#F87C75
A light, vivid red closely aligning with Salmon.
About #F87C75
Visually, #F87C75 is defined as a vivid red. It is closely associated with the named CSS color Salmon. In the RGB color space, it consists of 248 red, 124 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 50% magenta, 53% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F87C75
RGB248, 124, 117
HSL3.2°, 90.3%, 71.6%
CMYK0%, 50%, 53%, 3%
HSV3.2°, 52.8%, 97.3%
LAB66.3, 46.7, 26.0
XYZ49.1, 35.7, 21.1
Decimal16284789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.13:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87C75;
}
.text-color {
color: #F87C75;
}
.border-color {
border: 2px solid #F87C75;
}