Shades of Deep Pink #FF0079
Tints of Deep Pink #FF0079
RGB
CMYK
RGB Variations
Color information
#FF0079 (or 0xFF0079) is known color: Deep Pink. HEX triplet: FF, 00 and 79. RGB value is (255,0,121). Sum of RGB (Red+Green+Blue) = 255+0+121=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0079 is #00FF86. Grayscale: #595959. Windows color (decimal): -65415 or 7930111. OLE color: 7930111.
HSL color Cylindrical-coordinate representation of color #FF0079: hue angle of 331.53º 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 #FF0079 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.53 | 0 |
| HSL | 331.53º | 1% | 0.5% | - |
| HSV(B) | 331.53º | 1% | 1% | - |
| XYZ | 44.69 | 22.64 | 20.1 | - |
| YUV | 90.04 | 145.48 | 245.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 121 | 0 | 1 | 0.53 | 0 | 331.53 | 1 | 0.5 |
| Hex | FF | 0 | 79 | 0 | 64 | 35 | 0 | 14C | 64 | 32 |
| Octal | 377 | 0 | 171 | 0 | 144 | 65 | 0 | 514 | 144 | 62 |
| Binary | 11111111 | 0 | 1111001 | 0 | 1100100 | 110101 | 0 | 101001100 | 1100100 | 110010 |
Color Harmonies of #FF0079
Complementary color
Monochromatic Colors of #FF0079
Black with #FF0079
Text Example
Text Example
White with #FF0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0079; }
p { color: rgb(255,0,121); }
H1.HeaderClassName
{
color: #FF0079;
}
.AnyTagClassName
{
color: #FF0079;
}
</style>
background-color css
<style>
a { background-color: #FF0079; }
a { background-color: rgb(255,0,121); }
div.DivClassName
{
background-color: #FF0079;
}
.BgClassName
{
background-color: #FF0079;
}
</style>
border-color css
<style>
span { border-color: #FF0079; }
span { border-color: rgb(255,0,121); }
td.TdClassName
{
border-color: #FF0079;
}
.TagClassName
{
border-color: #FF0079;
}
</style>