Shades of Shocking Pink #FC12D0
Tints of Shocking Pink #FC12D0
RGB
CMYK
RGB Variations
Color information
#FC12D0 (or 0xFC12D0) is known color: Shocking Pink. HEX triplet: FC, 12 and D0. RGB value is (252,18,208). Sum of RGB (Red+Green+Blue) = 252+18+208=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12D0 is #03ED2F. Grayscale: #6D6D6D. Windows color (decimal): -257328 or 13636348. OLE color: 13636348.
HSL color Cylindrical-coordinate representation of color #FC12D0: hue angle of 311.28º 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 #FC12D0 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 208 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.01 |
| HSL | 311.28º | 0.98% | 0.53% | - |
| HSV(B) | 311.28º | 0.93% | 0.99% | - |
| XYZ | 51.75 | 25.68 | 61.9 | - |
| YUV | 109.63 | 183.52 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 208 | 0 | 0.93 | 0.17 | 0.01 | 311.28 | 0.98 | 0.53 |
| Hex | FC | 12 | D0 | 0 | 5D | 11 | 1 | 137 | 62 | 35 |
| Octal | 374 | 22 | 320 | 0 | 135 | 21 | 1 | 467 | 142 | 65 |
| Binary | 11111100 | 10010 | 11010000 | 0 | 1011101 | 10001 | 1 | 100110111 | 1100010 | 110101 |
Color Harmonies of #FC12D0
Complementary color
Monochromatic Colors of #FC12D0
Black with #FC12D0
Text Example
Text Example
White with #FC12D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12D0; }
p { color: rgb(252,18,208); }
H1.HeaderClassName
{
color: #FC12D0;
}
.AnyTagClassName
{
color: #FC12D0;
}
</style>
background-color css
<style>
a { background-color: #FC12D0; }
a { background-color: rgb(252,18,208); }
div.DivClassName
{
background-color: #FC12D0;
}
.BgClassName
{
background-color: #FC12D0;
}
</style>
border-color css
<style>
span { border-color: #FC12D0; }
span { border-color: rgb(252,18,208); }
td.TdClassName
{
border-color: #FC12D0;
}
.TagClassName
{
border-color: #FC12D0;
}
</style>