#F80750
A medium, vivid magenta closely aligning with Crimson.
About #F80750
Visually, #F80750 is defined as a vivid magenta. Designers often compare it to the standard color Crimson. In the RGB color space, it consists of 248 red, 7 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 97% Magenta, 68% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F80750
RGB248, 7, 80
HSL341.8°, 94.5%, 50.0%
CMYK0%, 97%, 68%, 3%
HSV341.8°, 97.2%, 97.3%
LAB52.6, 79.7, 29.7
XYZ40.2, 20.7, 9.5
Decimal16254800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80750;
}
.text-color {
color: #F80750;
}
.border-color {
border: 2px solid #F80750;
}