Shades of Deep Pink #FF0879
Tints of Deep Pink #FF0879
RGB
CMYK
RGB Variations
Color information
#FF0879 (or 0xFF0879) is known color: Deep Pink. HEX triplet: FF, 08 and 79. RGB value is (255,8,121). Sum of RGB (Red+Green+Blue) = 255+8+121=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0879 is #00F786. Grayscale: #5E5E5E. Windows color (decimal): -63367 or 7932159. OLE color: 7932159.
HSL color Cylindrical-coordinate representation of color #FF0879: hue angle of 332.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0879 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 121 | - |
| CMYK | 0 | 0.97 | 0.53 | 0 |
| HSL | 332.55º | 1% | 0.52% | - |
| HSV(B) | 332.55º | 0.97% | 1% | - |
| XYZ | 44.78 | 22.81 | 20.13 | - |
| YUV | 94.74 | 142.83 | 242.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 121 | 0 | 0.97 | 0.53 | 0 | 332.55 | 1 | 0.52 |
| Hex | FF | 8 | 79 | 0 | 61 | 35 | 0 | 14D | 64 | 34 |
| Octal | 377 | 10 | 171 | 0 | 141 | 65 | 0 | 515 | 144 | 64 |
| Binary | 11111111 | 1000 | 1111001 | 0 | 1100001 | 110101 | 0 | 101001101 | 1100100 | 110100 |
Color Harmonies of #FF0879
Complementary color
Monochromatic Colors of #FF0879
Black with #FF0879
Text Example
Text Example
White with #FF0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0879; }
p { color: rgb(255,8,121); }
H1.HeaderClassName
{
color: #FF0879;
}
.AnyTagClassName
{
color: #FF0879;
}
</style>
background-color css
<style>
a { background-color: #FF0879; }
a { background-color: rgb(255,8,121); }
div.DivClassName
{
background-color: #FF0879;
}
.BgClassName
{
background-color: #FF0879;
}
</style>
border-color css
<style>
span { border-color: #FF0879; }
span { border-color: rgb(255,8,121); }
td.TdClassName
{
border-color: #FF0879;
}
.TagClassName
{
border-color: #FF0879;
}
</style>