#F80742
A medium, vivid red closely aligning with Crimson.
About #F80742
Visually, #F80742 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 248 parts red, 7 parts green, and 66 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 97% magenta, 73% yellow, and 3% black. The HSL representation is 345.3° hue, 94.5% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F80742
RGB248, 7, 66
HSL345.3°, 94.5%, 50.0%
CMYK0%, 97%, 73%, 3%
HSV345.3°, 97.2%, 97.3%
LAB52.4, 79.2, 37.8
XYZ39.8, 20.5, 7.0
Decimal16254786
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.12:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80742;
}
.text-color {
color: #F80742;
}
.border-color {
border: 2px solid #F80742;
}