Shades of Spicy Pink #FC1BA9
Tints of Spicy Pink #FC1BA9
RGB
CMYK
RGB Variations
Color information
#FC1BA9 (or 0xFC1BA9) is known color: Spicy Pink. HEX triplet: FC, 1B and A9. RGB value is (252,27,169). Sum of RGB (Red+Green+Blue) = 252+27+169=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BA9 is #03E456. Grayscale: #6E6E6E. Windows color (decimal): -255063 or 11082748. OLE color: 11082748.
HSL color Cylindrical-coordinate representation of color #FC1BA9: hue angle of 322.13º 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 #FC1BA9 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 169 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.01 |
| HSL | 322.13º | 0.97% | 0.55% | - |
| HSV(B) | 322.13º | 0.89% | 0.99% | - |
| XYZ | 47.7 | 24.34 | 39.72 | - |
| YUV | 110.46 | 161.04 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 169 | 0 | 0.89 | 0.33 | 0.01 | 322.13 | 0.97 | 0.55 |
| Hex | FC | 1B | A9 | 0 | 59 | 21 | 1 | 142 | 61 | 37 |
| Octal | 374 | 33 | 251 | 0 | 131 | 41 | 1 | 502 | 141 | 67 |
| Binary | 11111100 | 11011 | 10101001 | 0 | 1011001 | 100001 | 1 | 101000010 | 1100001 | 110111 |
Color Harmonies of #FC1BA9
Complementary color
Monochromatic Colors of #FC1BA9
Black with #FC1BA9
Text Example
Text Example
White with #FC1BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BA9; }
p { color: rgb(252,27,169); }
H1.HeaderClassName
{
color: #FC1BA9;
}
.AnyTagClassName
{
color: #FC1BA9;
}
</style>
background-color css
<style>
a { background-color: #FC1BA9; }
a { background-color: rgb(252,27,169); }
div.DivClassName
{
background-color: #FC1BA9;
}
.BgClassName
{
background-color: #FC1BA9;
}
</style>
border-color css
<style>
span { border-color: #FC1BA9; }
span { border-color: rgb(252,27,169); }
td.TdClassName
{
border-color: #FC1BA9;
}
.TagClassName
{
border-color: #FC1BA9;
}
</style>