#F80F50
A medium, vivid magenta closely aligning with Crimson.
About #F80F50
At its core, #F80F50 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(248, 15, 80).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 94% M, 68% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F80F50
RGB248, 15, 80
HSL343.3°, 94.3%, 51.6%
CMYK0%, 94%, 68%, 3%
HSV343.3°, 94.0%, 97.3%
LAB52.8, 79.1, 30.0
XYZ40.3, 20.9, 9.5
Decimal16256848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F50;
}
.text-color {
color: #F80F50;
}
.border-color {
border: 2px solid #F80F50;
}