Shades of Deep Pink #FF0B77
Tints of Deep Pink #FF0B77
RGB
CMYK
RGB Variations
Color information
#FF0B77 (or 0xFF0B77) is known color: Deep Pink. HEX triplet: FF, 0B and 77. RGB value is (255,11,119). Sum of RGB (Red+Green+Blue) = 255+11+119=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B77 is #00F488. Grayscale: #606060. Windows color (decimal): -62601 or 7801855. OLE color: 7801855.
HSL color Cylindrical-coordinate representation of color #FF0B77: hue angle of 333.44º 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 #FF0B77 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 119 | - |
| CMYK | 0 | 0.96 | 0.53 | 0 |
| HSL | 333.44º | 1% | 0.52% | - |
| HSV(B) | 333.44º | 0.96% | 1% | - |
| XYZ | 44.69 | 22.83 | 19.5 | - |
| YUV | 96.27 | 140.84 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 119 | 0 | 0.96 | 0.53 | 0 | 333.44 | 1 | 0.52 |
| Hex | FF | B | 77 | 0 | 60 | 35 | 0 | 14D | 64 | 34 |
| Octal | 377 | 13 | 167 | 0 | 140 | 65 | 0 | 515 | 144 | 64 |
| Binary | 11111111 | 1011 | 1110111 | 0 | 1100000 | 110101 | 0 | 101001101 | 1100100 | 110100 |
Color Harmonies of #FF0B77
Complementary color
Monochromatic Colors of #FF0B77
Black with #FF0B77
Text Example
Text Example
White with #FF0B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B77; }
p { color: rgb(255,11,119); }
H1.HeaderClassName
{
color: #FF0B77;
}
.AnyTagClassName
{
color: #FF0B77;
}
</style>
background-color css
<style>
a { background-color: #FF0B77; }
a { background-color: rgb(255,11,119); }
div.DivClassName
{
background-color: #FF0B77;
}
.BgClassName
{
background-color: #FF0B77;
}
</style>
border-color css
<style>
span { border-color: #FF0B77; }
span { border-color: rgb(255,11,119); }
td.TdClassName
{
border-color: #FF0B77;
}
.TagClassName
{
border-color: #FF0B77;
}
</style>