Shades of Deep Pink #FC12A1
Tints of Deep Pink #FC12A1
RGB
CMYK
RGB Variations
Color information
#FC12A1 (or 0xFC12A1) is known color: Deep Pink. HEX triplet: FC, 12 and A1. RGB value is (252,18,161). Sum of RGB (Red+Green+Blue) = 252+18+161=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC12A1 is #03ED5E. Grayscale: #676767. Windows color (decimal): -257375 or 10556156. OLE color: 10556156.
HSL color Cylindrical-coordinate representation of color #FC12A1: hue angle of 323.33º 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 #FC12A1 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 161 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.01 |
| HSL | 323.33º | 0.98% | 0.53% | - |
| HSV(B) | 323.33º | 0.93% | 0.99% | - |
| XYZ | 46.79 | 23.7 | 35.83 | - |
| YUV | 104.27 | 160.02 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 161 | 0 | 0.93 | 0.36 | 0.01 | 323.33 | 0.98 | 0.53 |
| Hex | FC | 12 | A1 | 0 | 5D | 24 | 1 | 143 | 62 | 35 |
| Octal | 374 | 22 | 241 | 0 | 135 | 44 | 1 | 503 | 142 | 65 |
| Binary | 11111100 | 10010 | 10100001 | 0 | 1011101 | 100100 | 1 | 101000011 | 1100010 | 110101 |
Color Harmonies of #FC12A1
Complementary color
Monochromatic Colors of #FC12A1
Black with #FC12A1
Text Example
Text Example
White with #FC12A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12A1; }
p { color: rgb(252,18,161); }
H1.HeaderClassName
{
color: #FC12A1;
}
.AnyTagClassName
{
color: #FC12A1;
}
</style>
background-color css
<style>
a { background-color: #FC12A1; }
a { background-color: rgb(252,18,161); }
div.DivClassName
{
background-color: #FC12A1;
}
.BgClassName
{
background-color: #FC12A1;
}
</style>
border-color css
<style>
span { border-color: #FC12A1; }
span { border-color: rgb(252,18,161); }
td.TdClassName
{
border-color: #FC12A1;
}
.TagClassName
{
border-color: #FC12A1;
}
</style>