#F850AF
A light, vivid magenta closely aligning with Hotpink.
About #F850AF
At its core, #F850AF is a light and vivid hue. Designers often compare it to the standard color Hotpink. This translates to an RGB value of rgb(248, 80, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 68% M, 29% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
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#F850AF
RGB248, 80, 175
HSL326.1°, 92.3%, 64.3%
CMYK0%, 68%, 29%, 3%
HSV326.1°, 67.7%, 97.3%
LAB60.6, 71.6, -15.3
XYZ49.3, 28.8, 43.5
Decimal16273583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.76:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F850AF;
}
.text-color {
color: #F850AF;
}
.border-color {
border: 2px solid #F850AF;
}