#F00FF8
A medium, vivid magenta closely aligning with Fuchsia.
About #F00FF8
When working with digital screens, the color #F00FF8 is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(240, 15, 248).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 3% cyan and 94% magenta inks. The HSL representation is 297.9° hue, 94.3% saturation, and 51.6% lightness.
When using this color as a background, text legibility must be considered. 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#F00FF8
RGB240, 15, 248
HSL297.9°, 94.3%, 51.6%
CMYK3%, 94%, 0%, 3%
HSV297.9°, 94.0%, 97.3%
LAB57.7, 94.0, -61.3
XYZ53.0, 25.6, 91.0
Decimal15732728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.13:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F00FF8;
}
.text-color {
color: #F00FF8;
}
.border-color {
border: 2px solid #F00FF8;
}