#F800E2
A medium, vivid magenta closely aligning with Fuchsia.
About #F800E2
At its core, #F800E2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(248, 0, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 9% Y, and 3% K. With a hue angle of 305.3 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F800E2
RGB248, 0, 226
HSL305.3°, 100.0%, 48.6%
CMYK0%, 100%, 9%, 3%
HSV305.3°, 100.0%, 97.3%
LAB57.5, 93.2, -49.2
XYZ52.4, 25.4, 74.1
Decimal16253154
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F800E2;
}
.text-color {
color: #F800E2;
}
.border-color {
border: 2px solid #F800E2;
}