#F0755F
A light, vivid red closely aligning with Salmon.
About #F0755F
At its core, #F0755F is a light and vivid hue. Designers often compare it to the standard color Salmon. Its digital footprint relies on 240 parts red, 117 parts green, and 95 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 51% magenta, 60% yellow, and 6% black. The HSL representation is 9.1° hue, 82.9% saturation, and 65.7% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0755F
RGB240, 117, 95
HSL9.1°, 82.9%, 65.7%
CMYK0%, 51%, 60%, 6%
HSV9.1°, 60.4%, 94.1%
LAB63.4, 45.6, 34.4
XYZ44.4, 32.1, 14.7
Decimal15758687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.41:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F0755F;
}
.text-color {
color: #F0755F;
}
.border-color {
border: 2px solid #F0755F;
}