Shades of Deep Pink #FE0080
Tints of Deep Pink #FE0080
RGB
CMYK
RGB Variations
Color information
#FE0080 (or 0xFE0080) is known color: Deep Pink. HEX triplet: FE, 00 and 80. RGB value is (254,0,128). Sum of RGB (Red+Green+Blue) = 254+0+128=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0080 is #01FF7F. Grayscale: #5A5A5A. Windows color (decimal): -130944 or 8388862. OLE color: 8388862.
HSL color Cylindrical-coordinate representation of color #FE0080: hue angle of 329.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0080 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.50 | 0.00 |
| HSL | 329.76º | 1% | 0.5% | - |
| HSV(B) | 329.76º | 1% | 1% | - |
| XYZ | 44.77 | 22.63 | 22.43 | - |
| YUV | 90.54 | 149.15 | 244.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 128 | 0 | 1 | 0.50 | 0.00 | 329.76 | 1 | 0.5 |
| Hex | FE | 0 | 80 | 0 | 64 | 32 | 0 | 14A | 64 | 32 |
| Octal | 376 | 0 | 200 | 0 | 144 | 62 | 0 | 512 | 144 | 62 |
| Binary | 11111110 | 0 | 10000000 | 0 | 1100100 | 110010 | 0 | 101001010 | 1100100 | 110010 |
Color Harmonies of #FE0080
Complementary color
Monochromatic Colors of #FE0080
Black with #FE0080
Text Example
Text Example
White with #FE0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0080; }
p { color: rgb(254,0,128); }
H1.HeaderClassName
{
color: #FE0080;
}
.AnyTagClassName
{
color: #FE0080;
}
</style>
background-color css
<style>
a { background-color: #FE0080; }
a { background-color: rgb(254,0,128); }
div.DivClassName
{
background-color: #FE0080;
}
.BgClassName
{
background-color: #FE0080;
}
</style>
border-color css
<style>
span { border-color: #FE0080; }
span { border-color: rgb(254,0,128); }
td.TdClassName
{
border-color: #FE0080;
}
.TagClassName
{
border-color: #FE0080;
}
</style>