Shades of Spicy Pink #FC1FAC
Tints of Spicy Pink #FC1FAC
RGB
CMYK
RGB Variations
Color information
#FC1FAC (or 0xFC1FAC) is known color: Spicy Pink. HEX triplet: FC, 1F and AC. RGB value is (252,31,172). Sum of RGB (Red+Green+Blue) = 252+31+172=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1FAC is #03E053. Grayscale: #707070. Windows color (decimal): -254036 or 11280380. OLE color: 11280380.
HSL color Cylindrical-coordinate representation of color #FC1FAC: hue angle of 321.72º 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 #FC1FAC is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 172 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.01 |
| HSL | 321.72º | 0.97% | 0.55% | - |
| HSV(B) | 321.72º | 0.88% | 0.99% | - |
| XYZ | 48.08 | 24.65 | 41.25 | - |
| YUV | 113.15 | 161.22 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 172 | 0 | 0.88 | 0.32 | 0.01 | 321.72 | 0.97 | 0.55 |
| Hex | FC | 1F | AC | 0 | 58 | 20 | 1 | 142 | 61 | 37 |
| Octal | 374 | 37 | 254 | 0 | 130 | 40 | 1 | 502 | 141 | 67 |
| Binary | 11111100 | 11111 | 10101100 | 0 | 1011000 | 100000 | 1 | 101000010 | 1100001 | 110111 |
Color Harmonies of #FC1FAC
Complementary color
Monochromatic Colors of #FC1FAC
Black with #FC1FAC
Text Example
Text Example
White with #FC1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1FAC; }
p { color: rgb(252,31,172); }
H1.HeaderClassName
{
color: #FC1FAC;
}
.AnyTagClassName
{
color: #FC1FAC;
}
</style>
background-color css
<style>
a { background-color: #FC1FAC; }
a { background-color: rgb(252,31,172); }
div.DivClassName
{
background-color: #FC1FAC;
}
.BgClassName
{
background-color: #FC1FAC;
}
</style>
border-color css
<style>
span { border-color: #FC1FAC; }
span { border-color: rgb(252,31,172); }
td.TdClassName
{
border-color: #FC1FAC;
}
.TagClassName
{
border-color: #FC1FAC;
}
</style>