#F024BD
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F024BD
Visually, #F024BD is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 36, and 189.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 85% M, 21% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F024BD
RGB240, 36, 189
HSL315.0°, 87.2%, 54.1%
CMYK0%, 85%, 21%, 6%
HSV315.0°, 85.0%, 94.1%
LAB55.5, 83.5, -31.2
XYZ45.8, 23.5, 50.3
Decimal15738045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.69:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F024BD;
}
.text-color {
color: #F024BD;
}
.border-color {
border: 2px solid #F024BD;
}