Shades of Spicy Pink #FF1BAB
Tints of Spicy Pink #FF1BAB
RGB
CMYK
RGB Variations
Color information
#FF1BAB (or 0xFF1BAB) is known color: Spicy Pink. HEX triplet: FF, 1B and AB. RGB value is (255,27,171). Sum of RGB (Red+Green+Blue) = 255+27+171=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1BAB is #00E454. Grayscale: #6F6F6F. Windows color (decimal): -58453 or 11213823. OLE color: 11213823.
HSL color Cylindrical-coordinate representation of color #FF1BAB: hue angle of 322.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1BAB is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 171 | - |
| CMYK | 0 | 0.89 | 0.33 | 0 |
| HSL | 322.11º | 1% | 0.55% | - |
| HSV(B) | 322.11º | 0.89% | 1% | - |
| XYZ | 48.98 | 24.98 | 40.77 | - |
| YUV | 111.59 | 161.54 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 171 | 0 | 0.89 | 0.33 | 0 | 322.11 | 1 | 0.55 |
| Hex | FF | 1B | AB | 0 | 59 | 21 | 0 | 142 | 64 | 37 |
| Octal | 377 | 33 | 253 | 0 | 131 | 41 | 0 | 502 | 144 | 67 |
| Binary | 11111111 | 11011 | 10101011 | 0 | 1011001 | 100001 | 0 | 101000010 | 1100100 | 110111 |
Color Harmonies of #FF1BAB
Complementary color
Monochromatic Colors of #FF1BAB
Black with #FF1BAB
Text Example
Text Example
White with #FF1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BAB; }
p { color: rgb(255,27,171); }
H1.HeaderClassName
{
color: #FF1BAB;
}
.AnyTagClassName
{
color: #FF1BAB;
}
</style>
background-color css
<style>
a { background-color: #FF1BAB; }
a { background-color: rgb(255,27,171); }
div.DivClassName
{
background-color: #FF1BAB;
}
.BgClassName
{
background-color: #FF1BAB;
}
</style>
border-color css
<style>
span { border-color: #FF1BAB; }
span { border-color: rgb(255,27,171); }
td.TdClassName
{
border-color: #FF1BAB;
}
.TagClassName
{
border-color: #FF1BAB;
}
</style>