Shades of Shocking Pink #FC1AD5
Tints of Shocking Pink #FC1AD5
RGB
CMYK
RGB Variations
Color information
#FC1AD5 (or 0xFC1AD5) is known color: Shocking Pink. HEX triplet: FC, 1A and D5. RGB value is (252,26,213). Sum of RGB (Red+Green+Blue) = 252+26+213=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1AD5 is #03E52A. Grayscale: #727272. Windows color (decimal): -255275 or 13966076. OLE color: 13966076.
HSL color Cylindrical-coordinate representation of color #FC1AD5: hue angle of 310.35º 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 #FC1AD5 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 213 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.01 |
| HSL | 310.35º | 0.97% | 0.55% | - |
| HSV(B) | 310.35º | 0.9% | 0.99% | - |
| XYZ | 52.52 | 26.24 | 65.25 | - |
| YUV | 114.89 | 183.37 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 213 | 0 | 0.90 | 0.15 | 0.01 | 310.35 | 0.97 | 0.55 |
| Hex | FC | 1A | D5 | 0 | 5A | F | 1 | 136 | 61 | 37 |
| Octal | 374 | 32 | 325 | 0 | 132 | 17 | 1 | 466 | 141 | 67 |
| Binary | 11111100 | 11010 | 11010101 | 0 | 1011010 | 1111 | 1 | 100110110 | 1100001 | 110111 |
Color Harmonies of #FC1AD5
Complementary color
Monochromatic Colors of #FC1AD5
Black with #FC1AD5
Text Example
Text Example
White with #FC1AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AD5; }
p { color: rgb(252,26,213); }
H1.HeaderClassName
{
color: #FC1AD5;
}
.AnyTagClassName
{
color: #FC1AD5;
}
</style>
background-color css
<style>
a { background-color: #FC1AD5; }
a { background-color: rgb(252,26,213); }
div.DivClassName
{
background-color: #FC1AD5;
}
.BgClassName
{
background-color: #FC1AD5;
}
</style>
border-color css
<style>
span { border-color: #FC1AD5; }
span { border-color: rgb(252,26,213); }
td.TdClassName
{
border-color: #FC1AD5;
}
.TagClassName
{
border-color: #FC1AD5;
}
</style>