#F02CE2
A medium, vivid magenta closely aligning with Fuchsia.
About #F02CE2
Visually, #F02CE2 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 44, and 226.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 82% magenta, 6% yellow, and 6% black. The HSL representation is 304.3° hue, 86.7% saturation, and 55.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F02CE2
RGB240, 44, 226
HSL304.3°, 86.7%, 55.7%
CMYK0%, 82%, 6%, 6%
HSV304.3°, 81.7%, 94.1%
LAB57.9, 86.8, -48.7
XYZ50.6, 25.8, 74.3
Decimal15740130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F02CE2;
}
.text-color {
color: #F02CE2;
}
.border-color {
border: 2px solid #F02CE2;
}