Shades of Deep Pink #FE0579
Tints of Deep Pink #FE0579
RGB
CMYK
RGB Variations
Color information
#FE0579 (or 0xFE0579) is known color: Deep Pink. HEX triplet: FE, 05 and 79. RGB value is (254,5,121). Sum of RGB (Red+Green+Blue) = 254+5+121=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0579 is #01FA86. Grayscale: #5C5C5C. Windows color (decimal): -129671 or 7931390. OLE color: 7931390.
HSL color Cylindrical-coordinate representation of color #FE0579: hue angle of 332.05º 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 #FE0579 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.00 |
| HSL | 332.05º | 0.99% | 0.51% | - |
| HSV(B) | 332.05º | 0.98% | 1% | - |
| XYZ | 44.38 | 22.56 | 20.1 | - |
| YUV | 92.68 | 143.99 | 243.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 121 | 0 | 0.98 | 0.52 | 0.00 | 332.05 | 0.99 | 0.51 |
| Hex | FE | 5 | 79 | 0 | 62 | 34 | 0 | 14C | 63 | 33 |
| Octal | 376 | 5 | 171 | 0 | 142 | 64 | 0 | 514 | 143 | 63 |
| Binary | 11111110 | 101 | 1111001 | 0 | 1100010 | 110100 | 0 | 101001100 | 1100011 | 110011 |
Color Harmonies of #FE0579
Complementary color
Monochromatic Colors of #FE0579
Black with #FE0579
Text Example
Text Example
White with #FE0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0579; }
p { color: rgb(254,5,121); }
H1.HeaderClassName
{
color: #FE0579;
}
.AnyTagClassName
{
color: #FE0579;
}
</style>
background-color css
<style>
a { background-color: #FE0579; }
a { background-color: rgb(254,5,121); }
div.DivClassName
{
background-color: #FE0579;
}
.BgClassName
{
background-color: #FE0579;
}
</style>
border-color css
<style>
span { border-color: #FE0579; }
span { border-color: rgb(254,5,121); }
td.TdClassName
{
border-color: #FE0579;
}
.TagClassName
{
border-color: #FE0579;
}
</style>