Shades of Spicy Pink #FC17AC
Tints of Spicy Pink #FC17AC
RGB
CMYK
RGB Variations
Color information
#FC17AC (or 0xFC17AC) is known color: Spicy Pink. HEX triplet: FC, 17 and AC. RGB value is (252,23,172). Sum of RGB (Red+Green+Blue) = 252+23+172=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17AC is #03E853. Grayscale: #6C6C6C. Windows color (decimal): -256084 or 11278332. OLE color: 11278332.
HSL color Cylindrical-coordinate representation of color #FC17AC: hue angle of 320.96º 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 #FC17AC is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 172 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.01 |
| HSL | 320.96º | 0.97% | 0.54% | - |
| HSV(B) | 320.96º | 0.91% | 0.99% | - |
| XYZ | 47.9 | 24.29 | 41.19 | - |
| YUV | 108.46 | 163.87 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 172 | 0 | 0.91 | 0.32 | 0.01 | 320.96 | 0.97 | 0.54 |
| Hex | FC | 17 | AC | 0 | 5B | 20 | 1 | 141 | 61 | 36 |
| Octal | 374 | 27 | 254 | 0 | 133 | 40 | 1 | 501 | 141 | 66 |
| Binary | 11111100 | 10111 | 10101100 | 0 | 1011011 | 100000 | 1 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FC17AC
Complementary color
Monochromatic Colors of #FC17AC
Black with #FC17AC
Text Example
Text Example
White with #FC17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17AC; }
p { color: rgb(252,23,172); }
H1.HeaderClassName
{
color: #FC17AC;
}
.AnyTagClassName
{
color: #FC17AC;
}
</style>
background-color css
<style>
a { background-color: #FC17AC; }
a { background-color: rgb(252,23,172); }
div.DivClassName
{
background-color: #FC17AC;
}
.BgClassName
{
background-color: #FC17AC;
}
</style>
border-color css
<style>
span { border-color: #FC17AC; }
span { border-color: rgb(252,23,172); }
td.TdClassName
{
border-color: #FC17AC;
}
.TagClassName
{
border-color: #FC17AC;
}
</style>