Shades of Deep Pink #FE1580
Tints of Deep Pink #FE1580
RGB
CMYK
RGB Variations
Color information
#FE1580 (or 0xFE1580) is known color: Deep Pink. HEX triplet: FE, 15 and 80. RGB value is (254,21,128). Sum of RGB (Red+Green+Blue) = 254+21+128=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1580 is #01EA7F. Grayscale: #666666. Windows color (decimal): -125568 or 8394238. OLE color: 8394238.
HSL color Cylindrical-coordinate representation of color #FE1580: hue angle of 332.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1580 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 128 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.00 |
| HSL | 332.45º | 0.99% | 0.54% | - |
| HSV(B) | 332.45º | 0.92% | 1% | - |
| XYZ | 45.04 | 23.17 | 22.52 | - |
| YUV | 102.87 | 142.19 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 128 | 0 | 0.92 | 0.50 | 0.00 | 332.45 | 0.99 | 0.54 |
| Hex | FE | 15 | 80 | 0 | 5C | 32 | 0 | 14C | 63 | 36 |
| Octal | 376 | 25 | 200 | 0 | 134 | 62 | 0 | 514 | 143 | 66 |
| Binary | 11111110 | 10101 | 10000000 | 0 | 1011100 | 110010 | 0 | 101001100 | 1100011 | 110110 |
Color Harmonies of #FE1580
Complementary color
Monochromatic Colors of #FE1580
Black with #FE1580
Text Example
Text Example
White with #FE1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1580; }
p { color: rgb(254,21,128); }
H1.HeaderClassName
{
color: #FE1580;
}
.AnyTagClassName
{
color: #FE1580;
}
</style>
background-color css
<style>
a { background-color: #FE1580; }
a { background-color: rgb(254,21,128); }
div.DivClassName
{
background-color: #FE1580;
}
.BgClassName
{
background-color: #FE1580;
}
</style>
border-color css
<style>
span { border-color: #FE1580; }
span { border-color: rgb(254,21,128); }
td.TdClassName
{
border-color: #FE1580;
}
.TagClassName
{
border-color: #FE1580;
}
</style>