Shades of Deep Pink #FF0B8C
Tints of Deep Pink #FF0B8C
RGB
CMYK
RGB Variations
Color information
#FF0B8C (or 0xFF0B8C) is known color: Deep Pink. HEX triplet: FF, 0B and 8C. RGB value is (255,11,140). Sum of RGB (Red+Green+Blue) = 255+11+140=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B8C is #00F473. Grayscale: #626262. Windows color (decimal): -62580 or 9178111. OLE color: 9178111.
HSL color Cylindrical-coordinate representation of color #FF0B8C: hue angle of 328.28º 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 #FF0B8C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 140 | - |
| CMYK | 0 | 0.96 | 0.45 | 0 |
| HSL | 328.28º | 1% | 0.52% | - |
| HSV(B) | 328.28º | 0.96% | 1% | - |
| XYZ | 46.09 | 23.39 | 26.9 | - |
| YUV | 98.66 | 151.34 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 140 | 0 | 0.96 | 0.45 | 0 | 328.28 | 1 | 0.52 |
| Hex | FF | B | 8C | 0 | 60 | 2D | 0 | 148 | 64 | 34 |
| Octal | 377 | 13 | 214 | 0 | 140 | 55 | 0 | 510 | 144 | 64 |
| Binary | 11111111 | 1011 | 10001100 | 0 | 1100000 | 101101 | 0 | 101001000 | 1100100 | 110100 |
Color Harmonies of #FF0B8C
Complementary color
Monochromatic Colors of #FF0B8C
Black with #FF0B8C
Text Example
Text Example
White with #FF0B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B8C; }
p { color: rgb(255,11,140); }
H1.HeaderClassName
{
color: #FF0B8C;
}
.AnyTagClassName
{
color: #FF0B8C;
}
</style>
background-color css
<style>
a { background-color: #FF0B8C; }
a { background-color: rgb(255,11,140); }
div.DivClassName
{
background-color: #FF0B8C;
}
.BgClassName
{
background-color: #FF0B8C;
}
</style>
border-color css
<style>
span { border-color: #FF0B8C; }
span { border-color: rgb(255,11,140); }
td.TdClassName
{
border-color: #FF0B8C;
}
.TagClassName
{
border-color: #FF0B8C;
}
</style>