#F09275
A light, vivid red closely aligning with Darksalmon.
About #F09275
Visually, #F09275 is defined as a vivid red. It is closely associated with the named CSS color Darksalmon. In the RGB color space, it consists of 240 red, 146 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 39% M, 51% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
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#F09275
RGB240, 146, 117
HSL14.1°, 80.4%, 70.0%
CMYK0%, 39%, 51%, 6%
HSV14.1°, 51.3%, 94.1%
LAB69.7, 32.5, 30.4
XYZ49.4, 40.4, 22.0
Decimal15766133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.07:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F09275;
}
.text-color {
color: #F09275;
}
.border-color {
border: 2px solid #F09275;
}