Shades of Spicy Pink #FC1FA8
Tints of Spicy Pink #FC1FA8
RGB
CMYK
RGB Variations
Color information
#FC1FA8 (or 0xFC1FA8) is known color: Spicy Pink. HEX triplet: FC, 1F and A8. RGB value is (252,31,168). Sum of RGB (Red+Green+Blue) = 252+31+168=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1FA8 is #03E057. Grayscale: #707070. Windows color (decimal): -254040 or 11018236. OLE color: 11018236.
HSL color Cylindrical-coordinate representation of color #FC1FA8: hue angle of 322.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1FA8 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 168 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.01 |
| HSL | 322.81º | 0.97% | 0.55% | - |
| HSV(B) | 322.81º | 0.88% | 0.99% | - |
| XYZ | 47.7 | 24.5 | 39.26 | - |
| YUV | 112.7 | 159.22 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 168 | 0 | 0.88 | 0.33 | 0.01 | 322.81 | 0.97 | 0.55 |
| Hex | FC | 1F | A8 | 0 | 58 | 21 | 1 | 143 | 61 | 37 |
| Octal | 374 | 37 | 250 | 0 | 130 | 41 | 1 | 503 | 141 | 67 |
| Binary | 11111100 | 11111 | 10101000 | 0 | 1011000 | 100001 | 1 | 101000011 | 1100001 | 110111 |
Color Harmonies of #FC1FA8
Complementary color
Monochromatic Colors of #FC1FA8
Black with #FC1FA8
Text Example
Text Example
White with #FC1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1FA8; }
p { color: rgb(252,31,168); }
H1.HeaderClassName
{
color: #FC1FA8;
}
.AnyTagClassName
{
color: #FC1FA8;
}
</style>
background-color css
<style>
a { background-color: #FC1FA8; }
a { background-color: rgb(252,31,168); }
div.DivClassName
{
background-color: #FC1FA8;
}
.BgClassName
{
background-color: #FC1FA8;
}
</style>
border-color css
<style>
span { border-color: #FC1FA8; }
span { border-color: rgb(252,31,168); }
td.TdClassName
{
border-color: #FC1FA8;
}
.TagClassName
{
border-color: #FC1FA8;
}
</style>