Shades of Deep Pink #FF0B8E
Tints of Deep Pink #FF0B8E
RGB
CMYK
RGB Variations
Color information
#FF0B8E (or 0xFF0B8E) is known color: Deep Pink. HEX triplet: FF, 0B and 8E. RGB value is (255,11,142). Sum of RGB (Red+Green+Blue) = 255+11+142=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B8E is #00F471. Grayscale: #626262. Windows color (decimal): -62578 or 9309183. OLE color: 9309183.
HSL color Cylindrical-coordinate representation of color #FF0B8E: hue angle of 327.79º 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 #FF0B8E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 142 | - |
| CMYK | 0 | 0.96 | 0.44 | 0 |
| HSL | 327.79º | 1% | 0.52% | - |
| HSV(B) | 327.79º | 0.96% | 1% | - |
| XYZ | 46.24 | 23.45 | 27.68 | - |
| YUV | 98.89 | 152.34 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 142 | 0 | 0.96 | 0.44 | 0 | 327.79 | 1 | 0.52 |
| Hex | FF | B | 8E | 0 | 60 | 2C | 0 | 148 | 64 | 34 |
| Octal | 377 | 13 | 216 | 0 | 140 | 54 | 0 | 510 | 144 | 64 |
| Binary | 11111111 | 1011 | 10001110 | 0 | 1100000 | 101100 | 0 | 101001000 | 1100100 | 110100 |
Color Harmonies of #FF0B8E
Complementary color
Monochromatic Colors of #FF0B8E
Black with #FF0B8E
Text Example
Text Example
White with #FF0B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B8E; }
p { color: rgb(255,11,142); }
H1.HeaderClassName
{
color: #FF0B8E;
}
.AnyTagClassName
{
color: #FF0B8E;
}
</style>
background-color css
<style>
a { background-color: #FF0B8E; }
a { background-color: rgb(255,11,142); }
div.DivClassName
{
background-color: #FF0B8E;
}
.BgClassName
{
background-color: #FF0B8E;
}
</style>
border-color css
<style>
span { border-color: #FF0B8E; }
span { border-color: rgb(255,11,142); }
td.TdClassName
{
border-color: #FF0B8E;
}
.TagClassName
{
border-color: #FF0B8E;
}
</style>