Shades of Spicy Pink #FC12A3
Tints of Spicy Pink #FC12A3
RGB
CMYK
RGB Variations
Color information
#FC12A3 (or 0xFC12A3) is known color: Spicy Pink. HEX triplet: FC, 12 and A3. RGB value is (252,18,163). Sum of RGB (Red+Green+Blue) = 252+18+163=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC12A3 is #03ED5C. Grayscale: #686868. Windows color (decimal): -257373 or 10687228. OLE color: 10687228.
HSL color Cylindrical-coordinate representation of color #FC12A3: hue angle of 322.82º 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 #FC12A3 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 163 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.01 |
| HSL | 322.82º | 0.98% | 0.53% | - |
| HSV(B) | 322.82º | 0.93% | 0.99% | - |
| XYZ | 46.97 | 23.77 | 36.76 | - |
| YUV | 104.5 | 161.02 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 163 | 0 | 0.93 | 0.35 | 0.01 | 322.82 | 0.98 | 0.53 |
| Hex | FC | 12 | A3 | 0 | 5D | 23 | 1 | 143 | 62 | 35 |
| Octal | 374 | 22 | 243 | 0 | 135 | 43 | 1 | 503 | 142 | 65 |
| Binary | 11111100 | 10010 | 10100011 | 0 | 1011101 | 100011 | 1 | 101000011 | 1100010 | 110101 |
Color Harmonies of #FC12A3
Complementary color
Monochromatic Colors of #FC12A3
Black with #FC12A3
Text Example
Text Example
White with #FC12A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12A3; }
p { color: rgb(252,18,163); }
H1.HeaderClassName
{
color: #FC12A3;
}
.AnyTagClassName
{
color: #FC12A3;
}
</style>
background-color css
<style>
a { background-color: #FC12A3; }
a { background-color: rgb(252,18,163); }
div.DivClassName
{
background-color: #FC12A3;
}
.BgClassName
{
background-color: #FC12A3;
}
</style>
border-color css
<style>
span { border-color: #FC12A3; }
span { border-color: rgb(252,18,163); }
td.TdClassName
{
border-color: #FC12A3;
}
.TagClassName
{
border-color: #FC12A3;
}
</style>