Shades of Deep Pink #FE0880
Tints of Deep Pink #FE0880
RGB
CMYK
RGB Variations
Color information
#FE0880 (or 0xFE0880) is known color: Deep Pink. HEX triplet: FE, 08 and 80. RGB value is (254,8,128). Sum of RGB (Red+Green+Blue) = 254+8+128=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0880 is #01F77F. Grayscale: #5F5F5F. Windows color (decimal): -128896 or 8390910. OLE color: 8390910.
HSL color Cylindrical-coordinate representation of color #FE0880: hue angle of 330.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0880 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 128 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.00 |
| HSL | 330.73º | 0.99% | 0.51% | - |
| HSV(B) | 330.73º | 0.97% | 1% | - |
| XYZ | 44.86 | 22.8 | 22.46 | - |
| YUV | 95.23 | 146.5 | 241.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 128 | 0 | 0.97 | 0.50 | 0.00 | 330.73 | 0.99 | 0.51 |
| Hex | FE | 8 | 80 | 0 | 61 | 32 | 0 | 14B | 63 | 33 |
| Octal | 376 | 10 | 200 | 0 | 141 | 62 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 1000 | 10000000 | 0 | 1100001 | 110010 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE0880
Complementary color
Monochromatic Colors of #FE0880
Black with #FE0880
Text Example
Text Example
White with #FE0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0880; }
p { color: rgb(254,8,128); }
H1.HeaderClassName
{
color: #FE0880;
}
.AnyTagClassName
{
color: #FE0880;
}
</style>
background-color css
<style>
a { background-color: #FE0880; }
a { background-color: rgb(254,8,128); }
div.DivClassName
{
background-color: #FE0880;
}
.BgClassName
{
background-color: #FE0880;
}
</style>
border-color css
<style>
span { border-color: #FE0880; }
span { border-color: rgb(254,8,128); }
td.TdClassName
{
border-color: #FE0880;
}
.TagClassName
{
border-color: #FE0880;
}
</style>