Shades of Spicy Pink #FC19AC
Tints of Spicy Pink #FC19AC
RGB
CMYK
RGB Variations
Color information
#FC19AC (or 0xFC19AC) is known color: Spicy Pink. HEX triplet: FC, 19 and AC. RGB value is (252,25,172). Sum of RGB (Red+Green+Blue) = 252+25+172=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC19AC is #03E653. Grayscale: #6D6D6D. Windows color (decimal): -255572 or 11278844. OLE color: 11278844.
HSL color Cylindrical-coordinate representation of color #FC19AC: hue angle of 321.15º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19AC is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 172 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.01 |
| HSL | 321.15º | 0.97% | 0.54% | - |
| HSV(B) | 321.15º | 0.9% | 0.99% | - |
| XYZ | 47.94 | 24.37 | 41.21 | - |
| YUV | 109.63 | 163.21 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 172 | 0 | 0.90 | 0.32 | 0.01 | 321.15 | 0.97 | 0.54 |
| Hex | FC | 19 | AC | 0 | 5A | 20 | 1 | 141 | 61 | 36 |
| Octal | 374 | 31 | 254 | 0 | 132 | 40 | 1 | 501 | 141 | 66 |
| Binary | 11111100 | 11001 | 10101100 | 0 | 1011010 | 100000 | 1 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FC19AC
Complementary color
Monochromatic Colors of #FC19AC
Black with #FC19AC
Text Example
Text Example
White with #FC19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19AC; }
p { color: rgb(252,25,172); }
H1.HeaderClassName
{
color: #FC19AC;
}
.AnyTagClassName
{
color: #FC19AC;
}
</style>
background-color css
<style>
a { background-color: #FC19AC; }
a { background-color: rgb(252,25,172); }
div.DivClassName
{
background-color: #FC19AC;
}
.BgClassName
{
background-color: #FC19AC;
}
</style>
border-color css
<style>
span { border-color: #FC19AC; }
span { border-color: rgb(252,25,172); }
td.TdClassName
{
border-color: #FC19AC;
}
.TagClassName
{
border-color: #FC19AC;
}
</style>