#F02CC5
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F02CC5
At its core, #F02CC5 is a medium and vivid hue. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(240, 44, 197).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 82% Magenta, 18% Yellow, and 6% Black. The HSL representation is 313.2° hue, 86.7% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F02CC5
RGB240, 44, 197
HSL313.2°, 86.7%, 55.7%
CMYK0%, 82%, 18%, 6%
HSV313.2°, 81.7%, 94.1%
LAB56.4, 82.9, -34.4
XYZ46.9, 24.4, 55.1
Decimal15740101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.87:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F02CC5;
}
.text-color {
color: #F02CC5;
}
.border-color {
border: 2px solid #F02CC5;
}