#F807F8
A medium, vivid magenta closely aligning with Fuchsia.
About #F807F8
The hex code #F807F8 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(248, 7, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 97% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F807F8
RGB248, 7, 248
HSL300.0°, 94.5%, 50.0%
CMYK0%, 97%, 0%, 3%
HSV300.0°, 97.2%, 97.3%
LAB58.9, 95.8, -59.3
XYZ55.7, 26.9, 91.1
Decimal16254968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.38:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F807F8;
}
.text-color {
color: #F807F8;
}
.border-color {
border: 2px solid #F807F8;
}