#F0756D
A light, vivid red closely aligning with Salmon.
About #F0756D
When working with digital screens, the color #F0756D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Salmon. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 117, and 109.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 51% M, 55% Y, and 6% K. With a hue angle of 3.7 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0756D
RGB240, 117, 109
HSL3.7°, 81.4%, 68.4%
CMYK0%, 51%, 55%, 6%
HSV3.7°, 54.6%, 94.1%
LAB63.6, 46.6, 26.8
XYZ45.1, 32.4, 18.3
Decimal15758701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.47:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F0756D;
}
.text-color {
color: #F0756D;
}
.border-color {
border: 2px solid #F0756D;
}