#F8507C
A light, vivid magenta closely aligning with Hotpink.
About #F8507C
The precise color #F8507C is an excellent choice for modern design projects. Its closest recognized web color is Hotpink. In the RGB color space, it consists of 248 red, 80 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. The HSL representation is 344.3° hue, 92.3% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8507C
RGB248, 80, 124
HSL344.3°, 92.3%, 64.3%
CMYK0%, 68%, 50%, 3%
HSV344.3°, 67.7%, 97.3%
LAB59.1, 66.6, 12.3
XYZ45.2, 27.1, 21.9
Decimal16273532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.43:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.47:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8507C;
}
.text-color {
color: #F8507C;
}
.border-color {
border: 2px solid #F8507C;
}