#F80F5F
A medium, vivid magenta closely aligning with Crimson.
About #F80F5F
The hex code #F80F5F represents a beautifully specific shade of magenta. Designers often compare it to the standard color Crimson. In the RGB color space, it consists of 248 red, 15 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F80F5F
RGB248, 15, 95
HSL339.4°, 94.3%, 51.6%
CMYK0%, 94%, 62%, 3%
HSV339.4°, 94.0%, 97.3%
LAB53.1, 79.8, 21.3
XYZ40.9, 21.1, 12.7
Decimal16256863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F5F;
}
.text-color {
color: #F80F5F;
}
.border-color {
border: 2px solid #F80F5F;
}