Shades of Deep Pink #FE0E80
Tints of Deep Pink #FE0E80
RGB
CMYK
RGB Variations
Color information
#FE0E80 (or 0xFE0E80) is known color: Deep Pink. HEX triplet: FE, 0E and 80. RGB value is (254,14,128). Sum of RGB (Red+Green+Blue) = 254+14+128=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0E80 is #01F17F. Grayscale: #626262. Windows color (decimal): -127360 or 8392446. OLE color: 8392446.
HSL color Cylindrical-coordinate representation of color #FE0E80: hue angle of 331.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0E80 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 128 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.00 |
| HSL | 331.5º | 0.99% | 0.53% | - |
| HSV(B) | 331.5º | 0.94% | 1% | - |
| XYZ | 44.93 | 22.94 | 22.48 | - |
| YUV | 98.76 | 144.51 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 128 | 0 | 0.94 | 0.50 | 0.00 | 331.5 | 0.99 | 0.53 |
| Hex | FE | E | 80 | 0 | 5E | 32 | 0 | 14C | 63 | 35 |
| Octal | 376 | 16 | 200 | 0 | 136 | 62 | 0 | 514 | 143 | 65 |
| Binary | 11111110 | 1110 | 10000000 | 0 | 1011110 | 110010 | 0 | 101001100 | 1100011 | 110101 |
Color Harmonies of #FE0E80
Complementary color
Monochromatic Colors of #FE0E80
Black with #FE0E80
Text Example
Text Example
White with #FE0E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E80; }
p { color: rgb(254,14,128); }
H1.HeaderClassName
{
color: #FE0E80;
}
.AnyTagClassName
{
color: #FE0E80;
}
</style>
background-color css
<style>
a { background-color: #FE0E80; }
a { background-color: rgb(254,14,128); }
div.DivClassName
{
background-color: #FE0E80;
}
.BgClassName
{
background-color: #FE0E80;
}
</style>
border-color css
<style>
span { border-color: #FE0E80; }
span { border-color: rgb(254,14,128); }
td.TdClassName
{
border-color: #FE0E80;
}
.TagClassName
{
border-color: #FE0E80;
}
</style>