Shades of Deep Pink #FF0B78
Tints of Deep Pink #FF0B78
RGB
CMYK
RGB Variations
Color information
#FF0B78 (or 0xFF0B78) is known color: Deep Pink. HEX triplet: FF, 0B and 78. RGB value is (255,11,120). Sum of RGB (Red+Green+Blue) = 255+11+120=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B78 is #00F487. Grayscale: #606060. Windows color (decimal): -62600 or 7867391. OLE color: 7867391.
HSL color Cylindrical-coordinate representation of color #FF0B78: hue angle of 333.2º 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 #FF0B78 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 120 | - |
| CMYK | 0 | 0.96 | 0.53 | 0 |
| HSL | 333.2º | 1% | 0.52% | - |
| HSV(B) | 333.2º | 0.96% | 1% | - |
| XYZ | 44.75 | 22.86 | 19.82 | - |
| YUV | 96.38 | 141.34 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 120 | 0 | 0.96 | 0.53 | 0 | 333.2 | 1 | 0.52 |
| Hex | FF | B | 78 | 0 | 60 | 35 | 0 | 14D | 64 | 34 |
| Octal | 377 | 13 | 170 | 0 | 140 | 65 | 0 | 515 | 144 | 64 |
| Binary | 11111111 | 1011 | 1111000 | 0 | 1100000 | 110101 | 0 | 101001101 | 1100100 | 110100 |
Color Harmonies of #FF0B78
Complementary color
Monochromatic Colors of #FF0B78
Black with #FF0B78
Text Example
Text Example
White with #FF0B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B78; }
p { color: rgb(255,11,120); }
H1.HeaderClassName
{
color: #FF0B78;
}
.AnyTagClassName
{
color: #FF0B78;
}
</style>
background-color css
<style>
a { background-color: #FF0B78; }
a { background-color: rgb(255,11,120); }
div.DivClassName
{
background-color: #FF0B78;
}
.BgClassName
{
background-color: #FF0B78;
}
</style>
border-color css
<style>
span { border-color: #FF0B78; }
span { border-color: rgb(255,11,120); }
td.TdClassName
{
border-color: #FF0B78;
}
.TagClassName
{
border-color: #FF0B78;
}
</style>