Shades of Spicy Pink #FC12A8
Tints of Spicy Pink #FC12A8
RGB
CMYK
RGB Variations
Color information
#FC12A8 (or 0xFC12A8) is known color: Spicy Pink. HEX triplet: FC, 12 and A8. RGB value is (252,18,168). Sum of RGB (Red+Green+Blue) = 252+18+168=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC12A8 is #03ED57. Grayscale: #686868. Windows color (decimal): -257368 or 11014908. OLE color: 11014908.
HSL color Cylindrical-coordinate representation of color #FC12A8: hue angle of 321.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC12A8 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 168 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.01 |
| HSL | 321.54º | 0.98% | 0.53% | - |
| HSV(B) | 321.54º | 0.93% | 0.99% | - |
| XYZ | 47.43 | 23.96 | 39.17 | - |
| YUV | 105.07 | 163.52 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 168 | 0 | 0.93 | 0.33 | 0.01 | 321.54 | 0.98 | 0.53 |
| Hex | FC | 12 | A8 | 0 | 5D | 21 | 1 | 142 | 62 | 35 |
| Octal | 374 | 22 | 250 | 0 | 135 | 41 | 1 | 502 | 142 | 65 |
| Binary | 11111100 | 10010 | 10101000 | 0 | 1011101 | 100001 | 1 | 101000010 | 1100010 | 110101 |
Color Harmonies of #FC12A8
Complementary color
Monochromatic Colors of #FC12A8
Black with #FC12A8
Text Example
Text Example
White with #FC12A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12A8; }
p { color: rgb(252,18,168); }
H1.HeaderClassName
{
color: #FC12A8;
}
.AnyTagClassName
{
color: #FC12A8;
}
</style>
background-color css
<style>
a { background-color: #FC12A8; }
a { background-color: rgb(252,18,168); }
div.DivClassName
{
background-color: #FC12A8;
}
.BgClassName
{
background-color: #FC12A8;
}
</style>
border-color css
<style>
span { border-color: #FC12A8; }
span { border-color: rgb(252,18,168); }
td.TdClassName
{
border-color: #FC12A8;
}
.TagClassName
{
border-color: #FC12A8;
}
</style>