Shades of Deep Pink #FE1978
Tints of Deep Pink #FE1978
RGB
CMYK
RGB Variations
Color information
#FE1978 (or 0xFE1978) is known color: Deep Pink. HEX triplet: FE, 19 and 78. RGB value is (254,25,120). Sum of RGB (Red+Green+Blue) = 254+25+120=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1978 is #01E687. Grayscale: #686868. Windows color (decimal): -124552 or 7870974. OLE color: 7870974.
HSL color Cylindrical-coordinate representation of color #FE1978: hue angle of 335.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1978 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 120 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.00 |
| HSL | 335.11º | 0.99% | 0.55% | - |
| HSV(B) | 335.11º | 0.9% | 1% | - |
| XYZ | 44.61 | 23.12 | 19.88 | - |
| YUV | 104.3 | 136.87 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 120 | 0 | 0.90 | 0.53 | 0.00 | 335.11 | 0.99 | 0.55 |
| Hex | FE | 19 | 78 | 0 | 5A | 35 | 0 | 14F | 63 | 37 |
| Octal | 376 | 31 | 170 | 0 | 132 | 65 | 0 | 517 | 143 | 67 |
| Binary | 11111110 | 11001 | 1111000 | 0 | 1011010 | 110101 | 0 | 101001111 | 1100011 | 110111 |
Color Harmonies of #FE1978
Complementary color
Monochromatic Colors of #FE1978
Black with #FE1978
Text Example
Text Example
White with #FE1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1978; }
p { color: rgb(254,25,120); }
H1.HeaderClassName
{
color: #FE1978;
}
.AnyTagClassName
{
color: #FE1978;
}
</style>
background-color css
<style>
a { background-color: #FE1978; }
a { background-color: rgb(254,25,120); }
div.DivClassName
{
background-color: #FE1978;
}
.BgClassName
{
background-color: #FE1978;
}
</style>
border-color css
<style>
span { border-color: #FE1978; }
span { border-color: rgb(254,25,120); }
td.TdClassName
{
border-color: #FE1978;
}
.TagClassName
{
border-color: #FE1978;
}
</style>