#F8075F
A medium, vivid magenta closely aligning with Crimson.
About #F8075F
When working with digital screens, the color #F8075F is rendered by mixing light. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(248, 7, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 97% M, 62% Y, and 3% K. The HSL representation is 338.1° hue, 94.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#F8075F
RGB248, 7, 95
HSL338.1°, 94.5%, 50.0%
CMYK0%, 97%, 62%, 3%
HSV338.1°, 97.2%, 97.3%
LAB52.9, 80.5, 21.0
XYZ40.9, 20.9, 12.7
Decimal16254815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F8075F;
}
.text-color {
color: #F8075F;
}
.border-color {
border: 2px solid #F8075F;
}