#F02CF8
A medium, vivid magenta closely aligning with Fuchsia.
About #F02CF8
At its core, #F02CF8 is a medium and vivid hue. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 240 red, 44 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 3% cyan and 82% magenta inks. The HSL representation is 297.6° hue, 93.6% saturation, and 57.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F02CF8
RGB240, 44, 248
HSL297.6°, 93.6%, 57.3%
CMYK3%, 82%, 0%, 3%
HSV297.6°, 82.3%, 97.3%
LAB59.1, 90.0, -59.1
XYZ53.8, 27.1, 91.2
Decimal15740152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F02CF8;
}
.text-color {
color: #F02CF8;
}
.border-color {
border: 2px solid #F02CF8;
}