#F89299
A light, vivid red closely aligning with Lightcoral.
About #F89299
Visually, #F89299 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Lightcoral. This translates to an RGB value of rgb(248, 146, 153).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 41% magenta, 38% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F89299
RGB248, 146, 153
HSL355.9°, 87.9%, 77.3%
CMYK0%, 41%, 38%, 3%
HSV355.9°, 41.1%, 97.3%
LAB71.4, 39.2, 13.1
XYZ54.7, 42.8, 35.5
Decimal16290457
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.56:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F89299;
}
.text-color {
color: #F89299;
}
.border-color {
border: 2px solid #F89299;
}