#F07C83
A light, vivid red closely aligning with Lightcoral.
About #F07C83
When working with digital screens, the color #F07C83 is rendered by mixing light. It is closely associated with the named CSS color Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 124, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 48% M, 45% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F07C83
RGB240, 124, 131
HSL356.4°, 79.5%, 71.4%
CMYK0%, 48%, 45%, 6%
HSV356.4°, 48.3%, 94.1%
LAB65.4, 45.1, 16.8
XYZ47.2, 34.6, 25.7
Decimal15760515
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.92:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F07C83;
}
.text-color {
color: #F07C83;
}
.border-color {
border: 2px solid #F07C83;
}