Shades of Deep Pink #FF0B76
Tints of Deep Pink #FF0B76
RGB
CMYK
RGB Variations
Color information
#FF0B76 (or 0xFF0B76) is known color: Deep Pink. HEX triplet: FF, 0B and 76. RGB value is (255,11,118). Sum of RGB (Red+Green+Blue) = 255+11+118=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B76 is #00F489. Grayscale: #5F5F5F. Windows color (decimal): -62602 or 7736319. OLE color: 7736319.
HSL color Cylindrical-coordinate representation of color #FF0B76: hue angle of 333.69º 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 #FF0B76 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 118 | - |
| CMYK | 0 | 0.96 | 0.54 | 0 |
| HSL | 333.69º | 1% | 0.52% | - |
| HSV(B) | 333.69º | 0.96% | 1% | - |
| XYZ | 44.63 | 22.81 | 19.19 | - |
| YUV | 96.15 | 140.34 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 118 | 0 | 0.96 | 0.54 | 0 | 333.69 | 1 | 0.52 |
| Hex | FF | B | 76 | 0 | 60 | 36 | 0 | 14E | 64 | 34 |
| Octal | 377 | 13 | 166 | 0 | 140 | 66 | 0 | 516 | 144 | 64 |
| Binary | 11111111 | 1011 | 1110110 | 0 | 1100000 | 110110 | 0 | 101001110 | 1100100 | 110100 |
Color Harmonies of #FF0B76
Complementary color
Monochromatic Colors of #FF0B76
Black with #FF0B76
Text Example
Text Example
White with #FF0B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B76; }
p { color: rgb(255,11,118); }
H1.HeaderClassName
{
color: #FF0B76;
}
.AnyTagClassName
{
color: #FF0B76;
}
</style>
background-color css
<style>
a { background-color: #FF0B76; }
a { background-color: rgb(255,11,118); }
div.DivClassName
{
background-color: #FF0B76;
}
.BgClassName
{
background-color: #FF0B76;
}
</style>
border-color css
<style>
span { border-color: #FF0B76; }
span { border-color: rgb(255,11,118); }
td.TdClassName
{
border-color: #FF0B76;
}
.TagClassName
{
border-color: #FF0B76;
}
</style>