Shades of Spicy Pink #FC15A3
Tints of Spicy Pink #FC15A3
RGB
CMYK
RGB Variations
Color information
#FC15A3 (or 0xFC15A3) is known color: Spicy Pink. HEX triplet: FC, 15 and A3. RGB value is (252,21,163). Sum of RGB (Red+Green+Blue) = 252+21+163=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC15A3 is #03EA5C. Grayscale: #696969. Windows color (decimal): -256605 or 10687996. OLE color: 10687996.
HSL color Cylindrical-coordinate representation of color #FC15A3: hue angle of 323.12º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15A3 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 163 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.01 |
| HSL | 323.12º | 0.97% | 0.54% | - |
| HSV(B) | 323.12º | 0.92% | 0.99% | - |
| XYZ | 47.02 | 23.88 | 36.78 | - |
| YUV | 106.26 | 160.03 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 163 | 0 | 0.92 | 0.35 | 0.01 | 323.12 | 0.97 | 0.54 |
| Hex | FC | 15 | A3 | 0 | 5C | 23 | 1 | 143 | 61 | 36 |
| Octal | 374 | 25 | 243 | 0 | 134 | 43 | 1 | 503 | 141 | 66 |
| Binary | 11111100 | 10101 | 10100011 | 0 | 1011100 | 100011 | 1 | 101000011 | 1100001 | 110110 |
Color Harmonies of #FC15A3
Complementary color
Monochromatic Colors of #FC15A3
Black with #FC15A3
Text Example
Text Example
White with #FC15A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15A3; }
p { color: rgb(252,21,163); }
H1.HeaderClassName
{
color: #FC15A3;
}
.AnyTagClassName
{
color: #FC15A3;
}
</style>
background-color css
<style>
a { background-color: #FC15A3; }
a { background-color: rgb(252,21,163); }
div.DivClassName
{
background-color: #FC15A3;
}
.BgClassName
{
background-color: #FC15A3;
}
</style>
border-color css
<style>
span { border-color: #FC15A3; }
span { border-color: rgb(252,21,163); }
td.TdClassName
{
border-color: #FC15A3;
}
.TagClassName
{
border-color: #FC15A3;
}
</style>