Shades of Spicy Pink #FD1BAB
Tints of Spicy Pink #FD1BAB
RGB
CMYK
RGB Variations
Color information
#FD1BAB (or 0xFD1BAB) is known color: Spicy Pink. HEX triplet: FD, 1B and AB. RGB value is (253,27,171). Sum of RGB (Red+Green+Blue) = 253+27+171=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1BAB is #02E454. Grayscale: #6E6E6E. Windows color (decimal): -189525 or 11213821. OLE color: 11213821.
HSL color Cylindrical-coordinate representation of color #FD1BAB: hue angle of 321.77º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1BAB is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 171 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.01 |
| HSL | 321.77º | 0.98% | 0.55% | - |
| HSV(B) | 321.77º | 0.89% | 0.99% | - |
| XYZ | 48.25 | 24.61 | 40.73 | - |
| YUV | 110.99 | 161.87 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 171 | 0 | 0.89 | 0.32 | 0.01 | 321.77 | 0.98 | 0.55 |
| Hex | FD | 1B | AB | 0 | 59 | 20 | 1 | 142 | 62 | 37 |
| Octal | 375 | 33 | 253 | 0 | 131 | 40 | 1 | 502 | 142 | 67 |
| Binary | 11111101 | 11011 | 10101011 | 0 | 1011001 | 100000 | 1 | 101000010 | 1100010 | 110111 |
Color Harmonies of #FD1BAB
Complementary color
Monochromatic Colors of #FD1BAB
Black with #FD1BAB
Text Example
Text Example
White with #FD1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BAB; }
p { color: rgb(253,27,171); }
H1.HeaderClassName
{
color: #FD1BAB;
}
.AnyTagClassName
{
color: #FD1BAB;
}
</style>
background-color css
<style>
a { background-color: #FD1BAB; }
a { background-color: rgb(253,27,171); }
div.DivClassName
{
background-color: #FD1BAB;
}
.BgClassName
{
background-color: #FD1BAB;
}
</style>
border-color css
<style>
span { border-color: #FD1BAB; }
span { border-color: rgb(253,27,171); }
td.TdClassName
{
border-color: #FD1BAB;
}
.TagClassName
{
border-color: #FD1BAB;
}
</style>