#F07575
A light, vivid red closely aligning with Lightcoral.
About #F07575
Visually, #F07575 is defined as a vivid red. Its closest recognized web color is Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 117, and 117.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 51% Magenta, 51% Yellow, and 6% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F07575
RGB240, 117, 117
HSL0.0°, 80.4%, 70.0%
CMYK0%, 51%, 51%, 6%
HSV0.0°, 51.3%, 94.1%
LAB63.8, 47.3, 22.5
XYZ45.5, 32.5, 20.7
Decimal15758709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.51:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F07575;
}
.text-color {
color: #F07575;
}
.border-color {
border: 2px solid #F07575;
}