Shades of Deep Pink #FF0076
Tints of Deep Pink #FF0076
RGB
CMYK
RGB Variations
Color information
#FF0076 (or 0xFF0076) is known color: Deep Pink. HEX triplet: FF, 00 and 76. RGB value is (255,0,118). Sum of RGB (Red+Green+Blue) = 255+0+118=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0076 is #00FF89. Grayscale: #595959. Windows color (decimal): -65418 or 7733503. OLE color: 7733503.
HSL color Cylindrical-coordinate representation of color #FF0076: hue angle of 332.24º 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 #FF0076 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.54 | 0 |
| HSL | 332.24º | 1% | 0.5% | - |
| HSV(B) | 332.24º | 1% | 1% | - |
| XYZ | 44.51 | 22.57 | 19.15 | - |
| YUV | 89.7 | 143.98 | 245.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 118 | 0 | 1 | 0.54 | 0 | 332.24 | 1 | 0.5 |
| Hex | FF | 0 | 76 | 0 | 64 | 36 | 0 | 14C | 64 | 32 |
| Octal | 377 | 0 | 166 | 0 | 144 | 66 | 0 | 514 | 144 | 62 |
| Binary | 11111111 | 0 | 1110110 | 0 | 1100100 | 110110 | 0 | 101001100 | 1100100 | 110010 |
Color Harmonies of #FF0076
Complementary color
Monochromatic Colors of #FF0076
Black with #FF0076
Text Example
Text Example
White with #FF0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0076; }
p { color: rgb(255,0,118); }
H1.HeaderClassName
{
color: #FF0076;
}
.AnyTagClassName
{
color: #FF0076;
}
</style>
background-color css
<style>
a { background-color: #FF0076; }
a { background-color: rgb(255,0,118); }
div.DivClassName
{
background-color: #FF0076;
}
.BgClassName
{
background-color: #FF0076;
}
</style>
border-color css
<style>
span { border-color: #FF0076; }
span { border-color: rgb(255,0,118); }
td.TdClassName
{
border-color: #FF0076;
}
.TagClassName
{
border-color: #FF0076;
}
</style>