Shades of Deep Pink #FF0B9C
Tints of Deep Pink #FF0B9C
RGB
CMYK
RGB Variations
Color information
#FF0B9C (or 0xFF0B9C) is known color: Deep Pink. HEX triplet: FF, 0B and 9C. RGB value is (255,11,156). Sum of RGB (Red+Green+Blue) = 255+11+156=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B9C is #00F463. Grayscale: #646464. Windows color (decimal): -62564 or 10226687. OLE color: 10226687.
HSL color Cylindrical-coordinate representation of color #FF0B9C: hue angle of 324.34º 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 #FF0B9C is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 156 | - |
| CMYK | 0 | 0.96 | 0.39 | 0 |
| HSL | 324.34º | 1% | 0.52% | - |
| HSV(B) | 324.34º | 0.96% | 1% | - |
| XYZ | 47.36 | 23.9 | 33.57 | - |
| YUV | 100.49 | 159.34 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 156 | 0 | 0.96 | 0.39 | 0 | 324.34 | 1 | 0.52 |
| Hex | FF | B | 9C | 0 | 60 | 27 | 0 | 144 | 64 | 34 |
| Octal | 377 | 13 | 234 | 0 | 140 | 47 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1011 | 10011100 | 0 | 1100000 | 100111 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF0B9C
Complementary color
Monochromatic Colors of #FF0B9C
Black with #FF0B9C
Text Example
Text Example
White with #FF0B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B9C; }
p { color: rgb(255,11,156); }
H1.HeaderClassName
{
color: #FF0B9C;
}
.AnyTagClassName
{
color: #FF0B9C;
}
</style>
background-color css
<style>
a { background-color: #FF0B9C; }
a { background-color: rgb(255,11,156); }
div.DivClassName
{
background-color: #FF0B9C;
}
.BgClassName
{
background-color: #FF0B9C;
}
</style>
border-color css
<style>
span { border-color: #FF0B9C; }
span { border-color: rgb(255,11,156); }
td.TdClassName
{
border-color: #FF0B9C;
}
.TagClassName
{
border-color: #FF0B9C;
}
</style>