Shades of Spicy Pink #FC13A8
Tints of Spicy Pink #FC13A8
RGB
CMYK
RGB Variations
Color information
#FC13A8 (or 0xFC13A8) is known color: Spicy Pink. HEX triplet: FC, 13 and A8. RGB value is (252,19,168). Sum of RGB (Red+Green+Blue) = 252+19+168=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC13A8 is #03EC57. Grayscale: #696969. Windows color (decimal): -257112 or 11015164. OLE color: 11015164.
HSL color Cylindrical-coordinate representation of color #FC13A8: hue angle of 321.63º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC13A8 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 168 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.01 |
| HSL | 321.63º | 0.97% | 0.53% | - |
| HSV(B) | 321.63º | 0.92% | 0.99% | - |
| XYZ | 47.45 | 23.99 | 39.18 | - |
| YUV | 105.65 | 163.19 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 168 | 0 | 0.92 | 0.33 | 0.01 | 321.63 | 0.97 | 0.53 |
| Hex | FC | 13 | A8 | 0 | 5C | 21 | 1 | 142 | 61 | 35 |
| Octal | 374 | 23 | 250 | 0 | 134 | 41 | 1 | 502 | 141 | 65 |
| Binary | 11111100 | 10011 | 10101000 | 0 | 1011100 | 100001 | 1 | 101000010 | 1100001 | 110101 |
Color Harmonies of #FC13A8
Complementary color
Monochromatic Colors of #FC13A8
Black with #FC13A8
Text Example
Text Example
White with #FC13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC13A8; }
p { color: rgb(252,19,168); }
H1.HeaderClassName
{
color: #FC13A8;
}
.AnyTagClassName
{
color: #FC13A8;
}
</style>
background-color css
<style>
a { background-color: #FC13A8; }
a { background-color: rgb(252,19,168); }
div.DivClassName
{
background-color: #FC13A8;
}
.BgClassName
{
background-color: #FC13A8;
}
</style>
border-color css
<style>
span { border-color: #FC13A8; }
span { border-color: rgb(252,19,168); }
td.TdClassName
{
border-color: #FC13A8;
}
.TagClassName
{
border-color: #FC13A8;
}
</style>