Shades of Spicy Pink #FC1BAA
Tints of Spicy Pink #FC1BAA
RGB
CMYK
RGB Variations
Color information
#FC1BAA (or 0xFC1BAA) is known color: Spicy Pink. HEX triplet: FC, 1B and AA. RGB value is (252,27,170). Sum of RGB (Red+Green+Blue) = 252+27+170=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BAA is #03E455. Grayscale: #6E6E6E. Windows color (decimal): -255062 or 11148284. OLE color: 11148284.
HSL color Cylindrical-coordinate representation of color #FC1BAA: hue angle of 321.87º 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 #FC1BAA is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 170 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.01 |
| HSL | 321.87º | 0.97% | 0.55% | - |
| HSV(B) | 321.87º | 0.89% | 0.99% | - |
| XYZ | 47.79 | 24.38 | 40.22 | - |
| YUV | 110.58 | 161.54 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 170 | 0 | 0.89 | 0.33 | 0.01 | 321.87 | 0.97 | 0.55 |
| Hex | FC | 1B | AA | 0 | 59 | 21 | 1 | 142 | 61 | 37 |
| Octal | 374 | 33 | 252 | 0 | 131 | 41 | 1 | 502 | 141 | 67 |
| Binary | 11111100 | 11011 | 10101010 | 0 | 1011001 | 100001 | 1 | 101000010 | 1100001 | 110111 |
Color Harmonies of #FC1BAA
Complementary color
Monochromatic Colors of #FC1BAA
Black with #FC1BAA
Text Example
Text Example
White with #FC1BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BAA; }
p { color: rgb(252,27,170); }
H1.HeaderClassName
{
color: #FC1BAA;
}
.AnyTagClassName
{
color: #FC1BAA;
}
</style>
background-color css
<style>
a { background-color: #FC1BAA; }
a { background-color: rgb(252,27,170); }
div.DivClassName
{
background-color: #FC1BAA;
}
.BgClassName
{
background-color: #FC1BAA;
}
</style>
border-color css
<style>
span { border-color: #FC1BAA; }
span { border-color: rgb(252,27,170); }
td.TdClassName
{
border-color: #FC1BAA;
}
.TagClassName
{
border-color: #FC1BAA;
}
</style>