Shades of Spicy Pink #FC11A3
Tints of Spicy Pink #FC11A3
RGB
CMYK
RGB Variations
Color information
#FC11A3 (or 0xFC11A3) is known color: Spicy Pink. HEX triplet: FC, 11 and A3. RGB value is (252,17,163). Sum of RGB (Red+Green+Blue) = 252+17+163=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11A3 is #03EE5C. Grayscale: #676767. Windows color (decimal): -257629 or 10686972. OLE color: 10686972.
HSL color Cylindrical-coordinate representation of color #FC11A3: hue angle of 322.72º 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 #FC11A3 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 163 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.01 |
| HSL | 322.72º | 0.98% | 0.53% | - |
| HSV(B) | 322.72º | 0.93% | 0.99% | - |
| XYZ | 46.96 | 23.74 | 36.76 | - |
| YUV | 103.91 | 161.36 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 163 | 0 | 0.93 | 0.35 | 0.01 | 322.72 | 0.98 | 0.53 |
| Hex | FC | 11 | A3 | 0 | 5D | 23 | 1 | 143 | 62 | 35 |
| Octal | 374 | 21 | 243 | 0 | 135 | 43 | 1 | 503 | 142 | 65 |
| Binary | 11111100 | 10001 | 10100011 | 0 | 1011101 | 100011 | 1 | 101000011 | 1100010 | 110101 |
Color Harmonies of #FC11A3
Complementary color
Monochromatic Colors of #FC11A3
Black with #FC11A3
Text Example
Text Example
White with #FC11A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11A3; }
p { color: rgb(252,17,163); }
H1.HeaderClassName
{
color: #FC11A3;
}
.AnyTagClassName
{
color: #FC11A3;
}
</style>
background-color css
<style>
a { background-color: #FC11A3; }
a { background-color: rgb(252,17,163); }
div.DivClassName
{
background-color: #FC11A3;
}
.BgClassName
{
background-color: #FC11A3;
}
</style>
border-color css
<style>
span { border-color: #FC11A3; }
span { border-color: rgb(252,17,163); }
td.TdClassName
{
border-color: #FC11A3;
}
.TagClassName
{
border-color: #FC11A3;
}
</style>