#F80F57
A medium, vivid magenta closely aligning with Crimson.
About #F80F57
Visually, #F80F57 is defined as a vivid magenta. Its closest recognized web color is Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 15, and 87.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 94% Magenta, 65% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#F80F57
RGB248, 15, 87
HSL341.5°, 94.3%, 51.6%
CMYK0%, 94%, 65%, 3%
HSV341.5°, 94.0%, 97.3%
LAB52.9, 79.4, 25.9
XYZ40.6, 21.0, 10.9
Decimal16256855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F57;
}
.text-color {
color: #F80F57;
}
.border-color {
border: 2px solid #F80F57;
}