#F87575
A light, vivid red closely aligning with Salmon.
About #F87575
At its core, #F87575 is a light and vivid hue. Its closest recognized web color is Salmon. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 117, and 117.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 53% magenta, 53% yellow, and 3% black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F87575
RGB248, 117, 117
HSL0.0°, 90.3%, 71.6%
CMYK0%, 53%, 53%, 3%
HSV0.0°, 52.8%, 97.3%
LAB64.9, 50.1, 24.3
XYZ48.3, 34.0, 20.8
Decimal16282997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.79:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87575;
}
.text-color {
color: #F87575;
}
.border-color {
border: 2px solid #F87575;
}