#F024C5
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F024C5
At its core, #F024C5 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(240, 36, 197).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 85% Magenta, 18% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
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#F024C5
RGB240, 36, 197
HSL312.6°, 87.2%, 54.1%
CMYK0%, 85%, 18%, 6%
HSV312.6°, 85.0%, 94.1%
LAB55.9, 84.5, -35.3
XYZ46.6, 23.8, 55.0
Decimal15738053
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.76:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F024C5;
}
.text-color {
color: #F024C5;
}
.border-color {
border: 2px solid #F024C5;
}