#F01DE2
A medium, vivid magenta closely aligning with Fuchsia.
About #F01DE2
When working with digital screens, the color #F01DE2 is rendered by mixing light. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 240 red, 29 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 88% magenta inks. With a hue angle of 304.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#F01DE2
RGB240, 29, 226
HSL304.0°, 87.6%, 52.7%
CMYK0%, 88%, 6%, 6%
HSV304.0°, 87.9%, 94.1%
LAB57.0, 89.4, -50.1
XYZ50.1, 24.9, 74.1
Decimal15736290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.98:1
Text on #000000
AA
3.36:1
Text on #F8FAFC
AA Large
5.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F01DE2;
}
.text-color {
color: #F01DE2;
}
.border-color {
border: 2px solid #F01DE2;
}