Shades of Shocking Pink #FC1AD1
Tints of Shocking Pink #FC1AD1
RGB
CMYK
RGB Variations
Color information
#FC1AD1 (or 0xFC1AD1) is known color: Shocking Pink. HEX triplet: FC, 1A and D1. RGB value is (252,26,209). Sum of RGB (Red+Green+Blue) = 252+26+209=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1AD1 is #03E52E. Grayscale: #717171. Windows color (decimal): -255279 or 13703932. OLE color: 13703932.
HSL color Cylindrical-coordinate representation of color #FC1AD1: hue angle of 311.42º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1AD1 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 209 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.01 |
| HSL | 311.42º | 0.97% | 0.55% | - |
| HSV(B) | 311.42º | 0.9% | 0.99% | - |
| XYZ | 52.02 | 26.04 | 62.61 | - |
| YUV | 114.44 | 181.37 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 209 | 0 | 0.90 | 0.17 | 0.01 | 311.42 | 0.97 | 0.55 |
| Hex | FC | 1A | D1 | 0 | 5A | 11 | 1 | 137 | 61 | 37 |
| Octal | 374 | 32 | 321 | 0 | 132 | 21 | 1 | 467 | 141 | 67 |
| Binary | 11111100 | 11010 | 11010001 | 0 | 1011010 | 10001 | 1 | 100110111 | 1100001 | 110111 |
Color Harmonies of #FC1AD1
Complementary color
Monochromatic Colors of #FC1AD1
Black with #FC1AD1
Text Example
Text Example
White with #FC1AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AD1; }
p { color: rgb(252,26,209); }
H1.HeaderClassName
{
color: #FC1AD1;
}
.AnyTagClassName
{
color: #FC1AD1;
}
</style>
background-color css
<style>
a { background-color: #FC1AD1; }
a { background-color: rgb(252,26,209); }
div.DivClassName
{
background-color: #FC1AD1;
}
.BgClassName
{
background-color: #FC1AD1;
}
</style>
border-color css
<style>
span { border-color: #FC1AD1; }
span { border-color: rgb(252,26,209); }
td.TdClassName
{
border-color: #FC1AD1;
}
.TagClassName
{
border-color: #FC1AD1;
}
</style>