Shades of Deep Pink #FF0776
Tints of Deep Pink #FF0776
RGB
CMYK
RGB Variations
Color information
#FF0776 (or 0xFF0776) is known color: Deep Pink. HEX triplet: FF, 07 and 76. RGB value is (255,7,118). Sum of RGB (Red+Green+Blue) = 255+7+118=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0776 is #00F889. Grayscale: #5D5D5D. Windows color (decimal): -63626 or 7735295. OLE color: 7735295.
HSL color Cylindrical-coordinate representation of color #FF0776: hue angle of 333.15º 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 #FF0776 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 118 | - |
| CMYK | 0 | 0.97 | 0.54 | 0 |
| HSL | 333.15º | 1% | 0.51% | - |
| HSV(B) | 333.15º | 0.97% | 1% | - |
| XYZ | 44.59 | 22.72 | 19.17 | - |
| YUV | 93.81 | 141.66 | 242.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 118 | 0 | 0.97 | 0.54 | 0 | 333.15 | 1 | 0.51 |
| Hex | FF | 7 | 76 | 0 | 61 | 36 | 0 | 14D | 64 | 33 |
| Octal | 377 | 7 | 166 | 0 | 141 | 66 | 0 | 515 | 144 | 63 |
| Binary | 11111111 | 111 | 1110110 | 0 | 1100001 | 110110 | 0 | 101001101 | 1100100 | 110011 |
Color Harmonies of #FF0776
Complementary color
Monochromatic Colors of #FF0776
Black with #FF0776
Text Example
Text Example
White with #FF0776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0776; }
p { color: rgb(255,7,118); }
H1.HeaderClassName
{
color: #FF0776;
}
.AnyTagClassName
{
color: #FF0776;
}
</style>
background-color css
<style>
a { background-color: #FF0776; }
a { background-color: rgb(255,7,118); }
div.DivClassName
{
background-color: #FF0776;
}
.BgClassName
{
background-color: #FF0776;
}
</style>
border-color css
<style>
span { border-color: #FF0776; }
span { border-color: rgb(255,7,118); }
td.TdClassName
{
border-color: #FF0776;
}
.TagClassName
{
border-color: #FF0776;
}
</style>