Shades of Deep Pink #FF0779
Tints of Deep Pink #FF0779
RGB
CMYK
RGB Variations
Color information
#FF0779 (or 0xFF0779) is known color: Deep Pink. HEX triplet: FF, 07 and 79. RGB value is (255,7,121). Sum of RGB (Red+Green+Blue) = 255+7+121=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0779 is #00F886. Grayscale: #5D5D5D. Windows color (decimal): -63623 or 7931903. OLE color: 7931903.
HSL color Cylindrical-coordinate representation of color #FF0779: hue angle of 332.42º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0779 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.53 | 0 |
| HSL | 332.42º | 1% | 0.51% | - |
| HSV(B) | 332.42º | 0.97% | 1% | - |
| XYZ | 44.77 | 22.79 | 20.13 | - |
| YUV | 94.15 | 143.16 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 121 | 0 | 0.97 | 0.53 | 0 | 332.42 | 1 | 0.51 |
| Hex | FF | 7 | 79 | 0 | 61 | 35 | 0 | 14C | 64 | 33 |
| Octal | 377 | 7 | 171 | 0 | 141 | 65 | 0 | 514 | 144 | 63 |
| Binary | 11111111 | 111 | 1111001 | 0 | 1100001 | 110101 | 0 | 101001100 | 1100100 | 110011 |
Color Harmonies of #FF0779
Complementary color
Monochromatic Colors of #FF0779
Black with #FF0779
Text Example
Text Example
White with #FF0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0779; }
p { color: rgb(255,7,121); }
H1.HeaderClassName
{
color: #FF0779;
}
.AnyTagClassName
{
color: #FF0779;
}
</style>
background-color css
<style>
a { background-color: #FF0779; }
a { background-color: rgb(255,7,121); }
div.DivClassName
{
background-color: #FF0779;
}
.BgClassName
{
background-color: #FF0779;
}
</style>
border-color css
<style>
span { border-color: #FF0779; }
span { border-color: rgb(255,7,121); }
td.TdClassName
{
border-color: #FF0779;
}
.TagClassName
{
border-color: #FF0779;
}
</style>