Shades of Deep Pink #FF0B9E
Tints of Deep Pink #FF0B9E
RGB
CMYK
RGB Variations
Color information
#FF0B9E (or 0xFF0B9E) is known color: Deep Pink. HEX triplet: FF, 0B and 9E. RGB value is (255,11,158). Sum of RGB (Red+Green+Blue) = 255+11+158=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B9E is #00F461. Grayscale: #646464. Windows color (decimal): -62562 or 10357759. OLE color: 10357759.
HSL color Cylindrical-coordinate representation of color #FF0B9E: hue angle of 323.85º 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 #FF0B9E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 158 | - |
| CMYK | 0 | 0.96 | 0.38 | 0 |
| HSL | 323.85º | 1% | 0.52% | - |
| HSV(B) | 323.85º | 0.96% | 1% | - |
| XYZ | 47.53 | 23.97 | 34.47 | - |
| YUV | 100.71 | 160.34 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 158 | 0 | 0.96 | 0.38 | 0 | 323.85 | 1 | 0.52 |
| Hex | FF | B | 9E | 0 | 60 | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 13 | 236 | 0 | 140 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1011 | 10011110 | 0 | 1100000 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF0B9E
Complementary color
Monochromatic Colors of #FF0B9E
Black with #FF0B9E
Text Example
Text Example
White with #FF0B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B9E; }
p { color: rgb(255,11,158); }
H1.HeaderClassName
{
color: #FF0B9E;
}
.AnyTagClassName
{
color: #FF0B9E;
}
</style>
background-color css
<style>
a { background-color: #FF0B9E; }
a { background-color: rgb(255,11,158); }
div.DivClassName
{
background-color: #FF0B9E;
}
.BgClassName
{
background-color: #FF0B9E;
}
</style>
border-color css
<style>
span { border-color: #FF0B9E; }
span { border-color: rgb(255,11,158); }
td.TdClassName
{
border-color: #FF0B9E;
}
.TagClassName
{
border-color: #FF0B9E;
}
</style>