Shades of Deep Pink #FF0B94
Tints of Deep Pink #FF0B94
RGB
CMYK
RGB Variations
Color information
#FF0B94 (or 0xFF0B94) is known color: Deep Pink. HEX triplet: FF, 0B and 94. RGB value is (255,11,148). Sum of RGB (Red+Green+Blue) = 255+11+148=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B94 is #00F46B. Grayscale: #636363. Windows color (decimal): -62572 or 9702399. OLE color: 9702399.
HSL color Cylindrical-coordinate representation of color #FF0B94: hue angle of 326.31º 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 #FF0B94 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 148 | - |
| CMYK | 0 | 0.96 | 0.42 | 0 |
| HSL | 326.31º | 1% | 0.52% | - |
| HSV(B) | 326.31º | 0.96% | 1% | - |
| XYZ | 46.7 | 23.64 | 30.12 | - |
| YUV | 99.57 | 155.34 | 238.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 148 | 0 | 0.96 | 0.42 | 0 | 326.31 | 1 | 0.52 |
| Hex | FF | B | 94 | 0 | 60 | 2A | 0 | 146 | 64 | 34 |
| Octal | 377 | 13 | 224 | 0 | 140 | 52 | 0 | 506 | 144 | 64 |
| Binary | 11111111 | 1011 | 10010100 | 0 | 1100000 | 101010 | 0 | 101000110 | 1100100 | 110100 |
Color Harmonies of #FF0B94
Complementary color
Monochromatic Colors of #FF0B94
Black with #FF0B94
Text Example
Text Example
White with #FF0B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B94; }
p { color: rgb(255,11,148); }
H1.HeaderClassName
{
color: #FF0B94;
}
.AnyTagClassName
{
color: #FF0B94;
}
</style>
background-color css
<style>
a { background-color: #FF0B94; }
a { background-color: rgb(255,11,148); }
div.DivClassName
{
background-color: #FF0B94;
}
.BgClassName
{
background-color: #FF0B94;
}
</style>
border-color css
<style>
span { border-color: #FF0B94; }
span { border-color: rgb(255,11,148); }
td.TdClassName
{
border-color: #FF0B94;
}
.TagClassName
{
border-color: #FF0B94;
}
</style>