#F02C50
A medium, vivid red closely aligning with Crimson.
About #F02C50
The hex code #F02C50 represents a beautifully specific shade of red. Its closest recognized web color is Crimson. Its digital footprint relies on 240 parts red, 44 parts green, and 80 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 82% M, 67% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#F02C50
RGB240, 44, 80
HSL349.0°, 86.7%, 55.7%
CMYK0%, 82%, 67%, 6%
HSV349.0°, 81.7%, 94.1%
LAB52.8, 72.5, 29.7
XYZ38.3, 20.9, 9.6
Decimal15739984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F02C50;
}
.text-color {
color: #F02C50;
}
.border-color {
border: 2px solid #F02C50;
}