Shades of Deep Pink #FF0B84
Tints of Deep Pink #FF0B84
RGB
CMYK
RGB Variations
Color information
#FF0B84 (or 0xFF0B84) is known color: Deep Pink. HEX triplet: FF, 0B and 84. RGB value is (255,11,132). Sum of RGB (Red+Green+Blue) = 255+11+132=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B84 is #00F47B. Grayscale: #616161. Windows color (decimal): -62588 or 8653823. OLE color: 8653823.
HSL color Cylindrical-coordinate representation of color #FF0B84: hue angle of 330.25º 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 #FF0B84 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 132 | - |
| CMYK | 0 | 0.96 | 0.48 | 0 |
| HSL | 330.25º | 1% | 0.52% | - |
| HSV(B) | 330.25º | 0.96% | 1% | - |
| XYZ | 45.52 | 23.17 | 23.9 | - |
| YUV | 97.75 | 147.34 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 132 | 0 | 0.96 | 0.48 | 0 | 330.25 | 1 | 0.52 |
| Hex | FF | B | 84 | 0 | 60 | 30 | 0 | 14A | 64 | 34 |
| Octal | 377 | 13 | 204 | 0 | 140 | 60 | 0 | 512 | 144 | 64 |
| Binary | 11111111 | 1011 | 10000100 | 0 | 1100000 | 110000 | 0 | 101001010 | 1100100 | 110100 |
Color Harmonies of #FF0B84
Complementary color
Monochromatic Colors of #FF0B84
Black with #FF0B84
Text Example
Text Example
White with #FF0B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B84; }
p { color: rgb(255,11,132); }
H1.HeaderClassName
{
color: #FF0B84;
}
.AnyTagClassName
{
color: #FF0B84;
}
</style>
background-color css
<style>
a { background-color: #FF0B84; }
a { background-color: rgb(255,11,132); }
div.DivClassName
{
background-color: #FF0B84;
}
.BgClassName
{
background-color: #FF0B84;
}
</style>
border-color css
<style>
span { border-color: #FF0B84; }
span { border-color: rgb(255,11,132); }
td.TdClassName
{
border-color: #FF0B84;
}
.TagClassName
{
border-color: #FF0B84;
}
</style>