Shades of Deep Pink #FF0B9D
Tints of Deep Pink #FF0B9D
RGB
CMYK
RGB Variations
Color information
#FF0B9D (or 0xFF0B9D) is known color: Deep Pink. HEX triplet: FF, 0B and 9D. RGB value is (255,11,157). Sum of RGB (Red+Green+Blue) = 255+11+157=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B9D is #00F462. Grayscale: #646464. Windows color (decimal): -62563 or 10292223. OLE color: 10292223.
HSL color Cylindrical-coordinate representation of color #FF0B9D: hue angle of 324.1º 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 #FF0B9D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 157 | - |
| CMYK | 0 | 0.96 | 0.38 | 0 |
| HSL | 324.1º | 1% | 0.52% | - |
| HSV(B) | 324.1º | 0.96% | 1% | - |
| XYZ | 47.45 | 23.93 | 34.02 | - |
| YUV | 100.6 | 159.84 | 238.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 157 | 0 | 0.96 | 0.38 | 0 | 324.1 | 1 | 0.52 |
| Hex | FF | B | 9D | 0 | 60 | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 13 | 235 | 0 | 140 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1011 | 10011101 | 0 | 1100000 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF0B9D
Complementary color
Monochromatic Colors of #FF0B9D
Black with #FF0B9D
Text Example
Text Example
White with #FF0B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B9D; }
p { color: rgb(255,11,157); }
H1.HeaderClassName
{
color: #FF0B9D;
}
.AnyTagClassName
{
color: #FF0B9D;
}
</style>
background-color css
<style>
a { background-color: #FF0B9D; }
a { background-color: rgb(255,11,157); }
div.DivClassName
{
background-color: #FF0B9D;
}
.BgClassName
{
background-color: #FF0B9D;
}
</style>
border-color css
<style>
span { border-color: #FF0B9D; }
span { border-color: rgb(255,11,157); }
td.TdClassName
{
border-color: #FF0B9D;
}
.TagClassName
{
border-color: #FF0B9D;
}
</style>