Shades of Deep Pink #FF0979
Tints of Deep Pink #FF0979
RGB
CMYK
RGB Variations
Color information
#FF0979 (or 0xFF0979) is known color: Deep Pink. HEX triplet: FF, 09 and 79. RGB value is (255,9,121). Sum of RGB (Red+Green+Blue) = 255+9+121=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0979 is #00F686. Grayscale: #5F5F5F. Windows color (decimal): -63111 or 7932415. OLE color: 7932415.
HSL color Cylindrical-coordinate representation of color #FF0979: hue angle of 332.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0979 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.53 | 0 |
| HSL | 332.68º | 1% | 0.52% | - |
| HSV(B) | 332.68º | 0.96% | 1% | - |
| XYZ | 44.79 | 22.84 | 20.14 | - |
| YUV | 95.32 | 142.5 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 121 | 0 | 0.96 | 0.53 | 0 | 332.68 | 1 | 0.52 |
| Hex | FF | 9 | 79 | 0 | 60 | 35 | 0 | 14D | 64 | 34 |
| Octal | 377 | 11 | 171 | 0 | 140 | 65 | 0 | 515 | 144 | 64 |
| Binary | 11111111 | 1001 | 1111001 | 0 | 1100000 | 110101 | 0 | 101001101 | 1100100 | 110100 |
Color Harmonies of #FF0979
Complementary color
Monochromatic Colors of #FF0979
Black with #FF0979
Text Example
Text Example
White with #FF0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0979; }
p { color: rgb(255,9,121); }
H1.HeaderClassName
{
color: #FF0979;
}
.AnyTagClassName
{
color: #FF0979;
}
</style>
background-color css
<style>
a { background-color: #FF0979; }
a { background-color: rgb(255,9,121); }
div.DivClassName
{
background-color: #FF0979;
}
.BgClassName
{
background-color: #FF0979;
}
</style>
border-color css
<style>
span { border-color: #FF0979; }
span { border-color: rgb(255,9,121); }
td.TdClassName
{
border-color: #FF0979;
}
.TagClassName
{
border-color: #FF0979;
}
</style>