Shades of Deep Pink #FE0480
Tints of Deep Pink #FE0480
RGB
CMYK
RGB Variations
Color information
#FE0480 (or 0xFE0480) is known color: Deep Pink. HEX triplet: FE, 04 and 80. RGB value is (254,4,128). Sum of RGB (Red+Green+Blue) = 254+4+128=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0480 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0480 is #01FB7F. Grayscale: #5C5C5C. Windows color (decimal): -129920 or 8389886. OLE color: 8389886.
HSL color Cylindrical-coordinate representation of color #FE0480: hue angle of 330.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0480 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 128 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.00 |
| HSL | 330.24º | 0.99% | 0.51% | - |
| HSV(B) | 330.24º | 0.98% | 1% | - |
| XYZ | 44.81 | 22.72 | 22.44 | - |
| YUV | 92.89 | 147.83 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 128 | 0 | 0.98 | 0.50 | 0.00 | 330.24 | 0.99 | 0.51 |
| Hex | FE | 4 | 80 | 0 | 62 | 32 | 0 | 14A | 63 | 33 |
| Octal | 376 | 4 | 200 | 0 | 142 | 62 | 0 | 512 | 143 | 63 |
| Binary | 11111110 | 100 | 10000000 | 0 | 1100010 | 110010 | 0 | 101001010 | 1100011 | 110011 |
Color Harmonies of #FE0480
Complementary color
Monochromatic Colors of #FE0480
Black with #FE0480
Text Example
Text Example
White with #FE0480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0480; }
p { color: rgb(254,4,128); }
H1.HeaderClassName
{
color: #FE0480;
}
.AnyTagClassName
{
color: #FE0480;
}
</style>
background-color css
<style>
a { background-color: #FE0480; }
a { background-color: rgb(254,4,128); }
div.DivClassName
{
background-color: #FE0480;
}
.BgClassName
{
background-color: #FE0480;
}
</style>
border-color css
<style>
span { border-color: #FE0480; }
span { border-color: rgb(254,4,128); }
td.TdClassName
{
border-color: #FE0480;
}
.TagClassName
{
border-color: #FE0480;
}
</style>