RGB
255, 20, 147
HSL
328°, 100%, 54%
CMYK
0, 92, 42, 0
HSV
328°, 92%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF1493 |
color: #FF1493;
|
| RGB | 255, 20, 147 |
color: rgb(255, 20, 147);
|
| RGB Percentage | 100%, 8%, 58% |
color: rgb(100%, 8%, 58%);
|
| CMYK | 0%, 92%, 42%, 0% | Not supported in CSS |
| HSL | 328°, 100%, 54% |
color: hsl(328, 100%, 54%);
|
| HSV | 328°, 92%, 100% | Not supported in CSS |
| CIE-LAB | 43, 47, -42 |
color: lab(43% 47 -42);
|
| Decimal | 16716947 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.deep-pink {
color: #FF1493;
}
SCSS
$deep-pink: #FF1493;
RGB
rgb(255, 20, 147)
Accessibility & Contrast
White background
3.64:1
3.64
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
5.77:1
5.77
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element