Shades of Deep Pink #FE1980
Tints of Deep Pink #FE1980
RGB
CMYK
RGB Variations
Color information
#FE1980 (or 0xFE1980) is known color: Deep Pink. HEX triplet: FE, 19 and 80. RGB value is (254,25,128). Sum of RGB (Red+Green+Blue) = 254+25+128=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1980 is #01E67F. Grayscale: #696969. Windows color (decimal): -124544 or 8395262. OLE color: 8395262.
HSL color Cylindrical-coordinate representation of color #FE1980: hue angle of 333.01º 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 #FE1980 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 128 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.00 |
| HSL | 333.01º | 0.99% | 0.55% | - |
| HSV(B) | 333.01º | 0.9% | 1% | - |
| XYZ | 45.12 | 23.32 | 22.55 | - |
| YUV | 105.21 | 140.87 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 128 | 0 | 0.90 | 0.50 | 0.00 | 333.01 | 0.99 | 0.55 |
| Hex | FE | 19 | 80 | 0 | 5A | 32 | 0 | 14D | 63 | 37 |
| Octal | 376 | 31 | 200 | 0 | 132 | 62 | 0 | 515 | 143 | 67 |
| Binary | 11111110 | 11001 | 10000000 | 0 | 1011010 | 110010 | 0 | 101001101 | 1100011 | 110111 |
Color Harmonies of #FE1980
Complementary color
Monochromatic Colors of #FE1980
Black with #FE1980
Text Example
Text Example
White with #FE1980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1980; }
p { color: rgb(254,25,128); }
H1.HeaderClassName
{
color: #FE1980;
}
.AnyTagClassName
{
color: #FE1980;
}
</style>
background-color css
<style>
a { background-color: #FE1980; }
a { background-color: rgb(254,25,128); }
div.DivClassName
{
background-color: #FE1980;
}
.BgClassName
{
background-color: #FE1980;
}
</style>
border-color css
<style>
span { border-color: #FE1980; }
span { border-color: rgb(254,25,128); }
td.TdClassName
{
border-color: #FE1980;
}
.TagClassName
{
border-color: #FE1980;
}
</style>