Shades of Deep Pink #FF0579
Tints of Deep Pink #FF0579
RGB
CMYK
RGB Variations
Color information
#FF0579 (or 0xFF0579) is known color: Deep Pink. HEX triplet: FF, 05 and 79. RGB value is (255,5,121). Sum of RGB (Red+Green+Blue) = 255+5+121=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0579 is #00FA86. Grayscale: #5C5C5C. Windows color (decimal): -64135 or 7931391. OLE color: 7931391.
HSL color Cylindrical-coordinate representation of color #FF0579: hue angle of 332.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0579 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.53 | 0 |
| HSL | 332.16º | 1% | 0.51% | - |
| HSV(B) | 332.16º | 0.98% | 1% | - |
| XYZ | 44.75 | 22.75 | 20.12 | - |
| YUV | 92.97 | 143.83 | 243.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 121 | 0 | 0.98 | 0.53 | 0 | 332.16 | 1 | 0.51 |
| Hex | FF | 5 | 79 | 0 | 62 | 35 | 0 | 14C | 64 | 33 |
| Octal | 377 | 5 | 171 | 0 | 142 | 65 | 0 | 514 | 144 | 63 |
| Binary | 11111111 | 101 | 1111001 | 0 | 1100010 | 110101 | 0 | 101001100 | 1100100 | 110011 |
Color Harmonies of #FF0579
Complementary color
Monochromatic Colors of #FF0579
Black with #FF0579
Text Example
Text Example
White with #FF0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0579; }
p { color: rgb(255,5,121); }
H1.HeaderClassName
{
color: #FF0579;
}
.AnyTagClassName
{
color: #FF0579;
}
</style>
background-color css
<style>
a { background-color: #FF0579; }
a { background-color: rgb(255,5,121); }
div.DivClassName
{
background-color: #FF0579;
}
.BgClassName
{
background-color: #FF0579;
}
</style>
border-color css
<style>
span { border-color: #FF0579; }
span { border-color: rgb(255,5,121); }
td.TdClassName
{
border-color: #FF0579;
}
.TagClassName
{
border-color: #FF0579;
}
</style>