Shades of Spicy Pink #FF0BAB
Tints of Spicy Pink #FF0BAB
RGB
CMYK
RGB Variations
Color information
#FF0BAB (or 0xFF0BAB) is known color: Spicy Pink. HEX triplet: FF, 0B and AB. RGB value is (255,11,171). Sum of RGB (Red+Green+Blue) = 255+11+171=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0BAB is #00F454. Grayscale: #656565. Windows color (decimal): -62549 or 11209727. OLE color: 11209727.
HSL color Cylindrical-coordinate representation of color #FF0BAB: hue angle of 320.66º 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 #FF0BAB is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 171 | - |
| CMYK | 0 | 0.96 | 0.33 | 0 |
| HSL | 320.66º | 1% | 0.52% | - |
| HSV(B) | 320.66º | 0.96% | 1% | - |
| XYZ | 48.71 | 24.44 | 40.68 | - |
| YUV | 102.2 | 166.84 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 171 | 0 | 0.96 | 0.33 | 0 | 320.66 | 1 | 0.52 |
| Hex | FF | B | AB | 0 | 60 | 21 | 0 | 141 | 64 | 34 |
| Octal | 377 | 13 | 253 | 0 | 140 | 41 | 0 | 501 | 144 | 64 |
| Binary | 11111111 | 1011 | 10101011 | 0 | 1100000 | 100001 | 0 | 101000001 | 1100100 | 110100 |
Color Harmonies of #FF0BAB
Complementary color
Monochromatic Colors of #FF0BAB
Black with #FF0BAB
Text Example
Text Example
White with #FF0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BAB; }
p { color: rgb(255,11,171); }
H1.HeaderClassName
{
color: #FF0BAB;
}
.AnyTagClassName
{
color: #FF0BAB;
}
</style>
background-color css
<style>
a { background-color: #FF0BAB; }
a { background-color: rgb(255,11,171); }
div.DivClassName
{
background-color: #FF0BAB;
}
.BgClassName
{
background-color: #FF0BAB;
}
</style>
border-color css
<style>
span { border-color: #FF0BAB; }
span { border-color: rgb(255,11,171); }
td.TdClassName
{
border-color: #FF0BAB;
}
.TagClassName
{
border-color: #FF0BAB;
}
</style>