#FF49B6
A light, vivid magenta closely aligning with Hotpink.
About #FF49B6
The precise color #FF49B6 is an excellent choice for modern design projects. It is closely associated with the named CSS color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 73, and 182.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 71% Magenta, 29% Yellow, and 0% Black. The HSL representation is 324.1° hue, 100.0% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF49B6
RGB255, 73, 182
HSL324.1°, 100.0%, 64.3%
CMYK0%, 71%, 29%, 0%
HSV324.1°, 71.4%, 100.0%
LAB61.1, 76.6, -18.4
XYZ52.1, 29.4, 47.2
Decimal16730550
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.88:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF49B6;
}
.text-color {
color: #FF49B6;
}
.border-color {
border: 2px solid #FF49B6;
}