Shades of Spicy Pink #FC11AC
Tints of Spicy Pink #FC11AC
RGB
CMYK
RGB Variations
Color information
#FC11AC (or 0xFC11AC) is known color: Spicy Pink. HEX triplet: FC, 11 and AC. RGB value is (252,17,172). Sum of RGB (Red+Green+Blue) = 252+17+172=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11AC is #03EE53. Grayscale: #686868. Windows color (decimal): -257620 or 11276796. OLE color: 11276796.
HSL color Cylindrical-coordinate representation of color #FC11AC: hue angle of 320.43º 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 #FC11AC is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 172 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.01 |
| HSL | 320.43º | 0.98% | 0.53% | - |
| HSV(B) | 320.43º | 0.93% | 0.99% | - |
| XYZ | 47.79 | 24.07 | 41.16 | - |
| YUV | 104.94 | 165.86 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 172 | 0 | 0.93 | 0.32 | 0.01 | 320.43 | 0.98 | 0.53 |
| Hex | FC | 11 | AC | 0 | 5D | 20 | 1 | 140 | 62 | 35 |
| Octal | 374 | 21 | 254 | 0 | 135 | 40 | 1 | 500 | 142 | 65 |
| Binary | 11111100 | 10001 | 10101100 | 0 | 1011101 | 100000 | 1 | 101000000 | 1100010 | 110101 |
Color Harmonies of #FC11AC
Complementary color
Monochromatic Colors of #FC11AC
Black with #FC11AC
Text Example
Text Example
White with #FC11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11AC; }
p { color: rgb(252,17,172); }
H1.HeaderClassName
{
color: #FC11AC;
}
.AnyTagClassName
{
color: #FC11AC;
}
</style>
background-color css
<style>
a { background-color: #FC11AC; }
a { background-color: rgb(252,17,172); }
div.DivClassName
{
background-color: #FC11AC;
}
.BgClassName
{
background-color: #FC11AC;
}
</style>
border-color css
<style>
span { border-color: #FC11AC; }
span { border-color: rgb(252,17,172); }
td.TdClassName
{
border-color: #FC11AC;
}
.TagClassName
{
border-color: #FC11AC;
}
</style>