#F62698
A medium, vivid magenta closely aligning with Deeppink.
About #F62698
The hex code #F62698 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 246 red, 38 green, and 152 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 85% Magenta, 38% Yellow, and 4% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F62698
RGB246, 38, 152
HSL327.1°, 92.0%, 55.7%
CMYK0%, 85%, 38%, 4%
HSV327.1°, 84.6%, 96.5%
LAB55.3, 80.4, -9.8
XYZ44.4, 23.2, 31.9
Decimal16131736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.65:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F62698;
}
.text-color {
color: #F62698;
}
.border-color {
border: 2px solid #F62698;
}