Shades of Spicy Pink #FC16AC
Tints of Spicy Pink #FC16AC
RGB
CMYK
RGB Variations
Color information
#FC16AC (or 0xFC16AC) is known color: Spicy Pink. HEX triplet: FC, 16 and AC. RGB value is (252,22,172). Sum of RGB (Red+Green+Blue) = 252+22+172=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC16AC is #03E953. Grayscale: #6B6B6B. Windows color (decimal): -256340 or 11278076. OLE color: 11278076.
HSL color Cylindrical-coordinate representation of color #FC16AC: hue angle of 320.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC16AC is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 172 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.01 |
| HSL | 320.87º | 0.97% | 0.54% | - |
| HSV(B) | 320.87º | 0.91% | 0.99% | - |
| XYZ | 47.88 | 24.25 | 41.19 | - |
| YUV | 107.87 | 164.2 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 172 | 0 | 0.91 | 0.32 | 0.01 | 320.87 | 0.97 | 0.54 |
| Hex | FC | 16 | AC | 0 | 5B | 20 | 1 | 141 | 61 | 36 |
| Octal | 374 | 26 | 254 | 0 | 133 | 40 | 1 | 501 | 141 | 66 |
| Binary | 11111100 | 10110 | 10101100 | 0 | 1011011 | 100000 | 1 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FC16AC
Complementary color
Monochromatic Colors of #FC16AC
Black with #FC16AC
Text Example
Text Example
White with #FC16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16AC; }
p { color: rgb(252,22,172); }
H1.HeaderClassName
{
color: #FC16AC;
}
.AnyTagClassName
{
color: #FC16AC;
}
</style>
background-color css
<style>
a { background-color: #FC16AC; }
a { background-color: rgb(252,22,172); }
div.DivClassName
{
background-color: #FC16AC;
}
.BgClassName
{
background-color: #FC16AC;
}
</style>
border-color css
<style>
span { border-color: #FC16AC; }
span { border-color: rgb(252,22,172); }
td.TdClassName
{
border-color: #FC16AC;
}
.TagClassName
{
border-color: #FC16AC;
}
</style>