#F02CA8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F02CA8
When working with digital screens, the color #F02CA8 is rendered by mixing light. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(240, 44, 168).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 82% Magenta, 30% Yellow, and 6% Black. The HSL representation is 322.0° hue, 86.7% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F02CA8
RGB240, 44, 168
HSL322.0°, 86.7%, 55.7%
CMYK0%, 82%, 30%, 6%
HSV322.0°, 81.7%, 94.1%
LAB55.2, 79.5, -19.5
XYZ43.9, 23.2, 39.2
Decimal15740072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F02CA8;
}
.text-color {
color: #F02CA8;
}
.border-color {
border: 2px solid #F02CA8;
}