#F89275
A light, vivid red closely aligning with Lightsalmon.
About #F89275
The hex code #F89275 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Lightsalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 146, and 117.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 41% magenta, 53% yellow, and 3% black. With a hue angle of 13.3 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F89275
RGB248, 146, 117
HSL13.3°, 90.3%, 71.6%
CMYK0%, 41%, 53%, 3%
HSV13.3°, 52.8%, 97.3%
LAB70.7, 35.6, 31.9
XYZ52.2, 41.8, 22.1
Decimal16290421
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.36:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F89275;
}
.text-color {
color: #F89275;
}
.border-color {
border: 2px solid #F89275;
}