#F83A50
A light, vivid red closely aligning with Crimson.
About #F83A50
The hex code #F83A50 represents a beautifully specific shade of red. Its closest recognized web color is Crimson. In the RGB color space, it consists of 248 red, 58 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 77% Magenta, 68% Yellow, and 3% Black. With a hue angle of 353.1 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F83A50
RGB248, 58, 80
HSL353.1°, 93.1%, 60.0%
CMYK0%, 77%, 68%, 3%
HSV353.1°, 76.6%, 97.3%
LAB55.6, 71.0, 33.5
XYZ41.7, 23.6, 9.9
Decimal16267856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83A50;
}
.text-color {
color: #F83A50;
}
.border-color {
border: 2px solid #F83A50;
}