Shades of Deep Pink #FE1972
Tints of Deep Pink #FE1972
RGB
CMYK
RGB Variations
Color information
#FE1972 (or 0xFE1972) is known color: Deep Pink. HEX triplet: FE, 19 and 72. RGB value is (254,25,114). Sum of RGB (Red+Green+Blue) = 254+25+114=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1972 is #01E68D. Grayscale: #676767. Windows color (decimal): -124558 or 7477758. OLE color: 7477758.
HSL color Cylindrical-coordinate representation of color #FE1972: hue angle of 336.68º 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 #FE1972 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 114 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.00 |
| HSL | 336.68º | 0.99% | 0.55% | - |
| HSV(B) | 336.68º | 0.9% | 1% | - |
| XYZ | 44.26 | 22.98 | 18.02 | - |
| YUV | 103.62 | 133.87 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 114 | 0 | 0.90 | 0.55 | 0.00 | 336.68 | 0.99 | 0.55 |
| Hex | FE | 19 | 72 | 0 | 5A | 37 | 0 | 151 | 63 | 37 |
| Octal | 376 | 31 | 162 | 0 | 132 | 67 | 0 | 521 | 143 | 67 |
| Binary | 11111110 | 11001 | 1110010 | 0 | 1011010 | 110111 | 0 | 101010001 | 1100011 | 110111 |
Color Harmonies of #FE1972
Complementary color
Monochromatic Colors of #FE1972
Black with #FE1972
Text Example
Text Example
White with #FE1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1972; }
p { color: rgb(254,25,114); }
H1.HeaderClassName
{
color: #FE1972;
}
.AnyTagClassName
{
color: #FE1972;
}
</style>
background-color css
<style>
a { background-color: #FE1972; }
a { background-color: rgb(254,25,114); }
div.DivClassName
{
background-color: #FE1972;
}
.BgClassName
{
background-color: #FE1972;
}
</style>
border-color css
<style>
span { border-color: #FE1972; }
span { border-color: rgb(254,25,114); }
td.TdClassName
{
border-color: #FE1972;
}
.TagClassName
{
border-color: #FE1972;
}
</style>