#F0505F
A light, vivid red closely aligning with Crimson.
About #F0505F
Visually, #F0505F is defined as a vivid red. It is closely associated with the named CSS color Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 80, and 95.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 67% M, 60% Y, and 6% K. With a hue angle of 354.4 degrees, it sits comfortably in the red spectrum.
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#F0505F
RGB240, 80, 95
HSL354.4°, 84.2%, 62.7%
CMYK0%, 67%, 60%, 6%
HSV354.4°, 66.7%, 94.1%
LAB57.2, 62.0, 26.4
XYZ40.9, 25.1, 13.5
Decimal15749215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.49:1
Text on #FFFFFF
AA Large
6.02:1
Text on #000000
AA
3.34:1
Text on #F8FAFC
AA Large
5.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F0505F;
}
.text-color {
color: #F0505F;
}
.border-color {
border: 2px solid #F0505F;
}