Shades of Deep Pink #FE1976
Tints of Deep Pink #FE1976
RGB
CMYK
RGB Variations
Color information
#FE1976 (or 0xFE1976) is known color: Deep Pink. HEX triplet: FE, 19 and 76. RGB value is (254,25,118). Sum of RGB (Red+Green+Blue) = 254+25+118=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1976 is #01E689. Grayscale: #676767. Windows color (decimal): -124554 or 7739902. OLE color: 7739902.
HSL color Cylindrical-coordinate representation of color #FE1976: hue angle of 335.63º 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 #FE1976 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 118 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.00 |
| HSL | 335.63º | 0.99% | 0.55% | - |
| HSV(B) | 335.63º | 0.9% | 1% | - |
| XYZ | 44.49 | 23.07 | 19.25 | - |
| YUV | 104.07 | 135.87 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 118 | 0 | 0.90 | 0.54 | 0.00 | 335.63 | 0.99 | 0.55 |
| Hex | FE | 19 | 76 | 0 | 5A | 36 | 0 | 150 | 63 | 37 |
| Octal | 376 | 31 | 166 | 0 | 132 | 66 | 0 | 520 | 143 | 67 |
| Binary | 11111110 | 11001 | 1110110 | 0 | 1011010 | 110110 | 0 | 101010000 | 1100011 | 110111 |
Color Harmonies of #FE1976
Complementary color
Monochromatic Colors of #FE1976
Black with #FE1976
Text Example
Text Example
White with #FE1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1976; }
p { color: rgb(254,25,118); }
H1.HeaderClassName
{
color: #FE1976;
}
.AnyTagClassName
{
color: #FE1976;
}
</style>
background-color css
<style>
a { background-color: #FE1976; }
a { background-color: rgb(254,25,118); }
div.DivClassName
{
background-color: #FE1976;
}
.BgClassName
{
background-color: #FE1976;
}
</style>
border-color css
<style>
span { border-color: #FE1976; }
span { border-color: rgb(254,25,118); }
td.TdClassName
{
border-color: #FE1976;
}
.TagClassName
{
border-color: #FE1976;
}
</style>