Shades of Spicy Pink #FC11A2
Tints of Spicy Pink #FC11A2
RGB
CMYK
RGB Variations
Color information
#FC11A2 (or 0xFC11A2) is known color: Spicy Pink. HEX triplet: FC, 11 and A2. RGB value is (252,17,162). Sum of RGB (Red+Green+Blue) = 252+17+162=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11A2 is #03EE5D. Grayscale: #676767. Windows color (decimal): -257630 or 10621436. OLE color: 10621436.
HSL color Cylindrical-coordinate representation of color #FC11A2: hue angle of 322.98º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC11A2 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 162 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.01 |
| HSL | 322.98º | 0.98% | 0.53% | - |
| HSV(B) | 322.98º | 0.93% | 0.99% | - |
| XYZ | 46.87 | 23.7 | 36.29 | - |
| YUV | 103.8 | 160.86 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 162 | 0 | 0.93 | 0.36 | 0.01 | 322.98 | 0.98 | 0.53 |
| Hex | FC | 11 | A2 | 0 | 5D | 24 | 1 | 143 | 62 | 35 |
| Octal | 374 | 21 | 242 | 0 | 135 | 44 | 1 | 503 | 142 | 65 |
| Binary | 11111100 | 10001 | 10100010 | 0 | 1011101 | 100100 | 1 | 101000011 | 1100010 | 110101 |
Color Harmonies of #FC11A2
Complementary color
Monochromatic Colors of #FC11A2
Black with #FC11A2
Text Example
Text Example
White with #FC11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11A2; }
p { color: rgb(252,17,162); }
H1.HeaderClassName
{
color: #FC11A2;
}
.AnyTagClassName
{
color: #FC11A2;
}
</style>
background-color css
<style>
a { background-color: #FC11A2; }
a { background-color: rgb(252,17,162); }
div.DivClassName
{
background-color: #FC11A2;
}
.BgClassName
{
background-color: #FC11A2;
}
</style>
border-color css
<style>
span { border-color: #FC11A2; }
span { border-color: rgb(252,17,162); }
td.TdClassName
{
border-color: #FC11A2;
}
.TagClassName
{
border-color: #FC11A2;
}
</style>