Shades of Spicy Pink #FC1BAB
Tints of Spicy Pink #FC1BAB
RGB
CMYK
RGB Variations
Color information
#FC1BAB (or 0xFC1BAB) is known color: Spicy Pink. HEX triplet: FC, 1B and AB. RGB value is (252,27,171). Sum of RGB (Red+Green+Blue) = 252+27+171=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BAB is #03E454. Grayscale: #6E6E6E. Windows color (decimal): -255061 or 11213820. OLE color: 11213820.
HSL color Cylindrical-coordinate representation of color #FC1BAB: hue angle of 321.6º degrees, saturation: 0.97, 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 #FC1BAB is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 171 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.01 |
| HSL | 321.6º | 0.97% | 0.55% | - |
| HSV(B) | 321.6º | 0.89% | 0.99% | - |
| XYZ | 47.89 | 24.42 | 40.72 | - |
| YUV | 110.69 | 162.04 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 171 | 0 | 0.89 | 0.32 | 0.01 | 321.6 | 0.97 | 0.55 |
| Hex | FC | 1B | AB | 0 | 59 | 20 | 1 | 142 | 61 | 37 |
| Octal | 374 | 33 | 253 | 0 | 131 | 40 | 1 | 502 | 141 | 67 |
| Binary | 11111100 | 11011 | 10101011 | 0 | 1011001 | 100000 | 1 | 101000010 | 1100001 | 110111 |
Color Harmonies of #FC1BAB
Complementary color
Monochromatic Colors of #FC1BAB
Black with #FC1BAB
Text Example
Text Example
White with #FC1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BAB; }
p { color: rgb(252,27,171); }
H1.HeaderClassName
{
color: #FC1BAB;
}
.AnyTagClassName
{
color: #FC1BAB;
}
</style>
background-color css
<style>
a { background-color: #FC1BAB; }
a { background-color: rgb(252,27,171); }
div.DivClassName
{
background-color: #FC1BAB;
}
.BgClassName
{
background-color: #FC1BAB;
}
</style>
border-color css
<style>
span { border-color: #FC1BAB; }
span { border-color: rgb(252,27,171); }
td.TdClassName
{
border-color: #FC1BAB;
}
.TagClassName
{
border-color: #FC1BAB;
}
</style>