#F02CF0
A medium, vivid magenta closely aligning with Fuchsia.
About #F02CF0
When working with digital screens, the color #F02CF0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(240, 44, 240).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 82% M, 0% Y, and 6% K. The HSL representation is 300.0° hue, 86.7% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F02CF0
RGB240, 44, 240
HSL300.0°, 86.7%, 55.7%
CMYK0%, 82%, 0%, 6%
HSV300.0°, 81.7%, 94.1%
LAB58.6, 88.8, -55.4
XYZ52.6, 26.6, 84.8
Decimal15740144
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F02CF0;
}
.text-color {
color: #F02CF0;
}
.border-color {
border: 2px solid #F02CF0;
}