Shades of Shocking Pink #FC1DD2
Tints of Shocking Pink #FC1DD2
RGB
CMYK
RGB Variations
Color information
#FC1DD2 (or 0xFC1DD2) is known color: Shocking Pink. HEX triplet: FC, 1D and D2. RGB value is (252,29,210). Sum of RGB (Red+Green+Blue) = 252+29+210=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 29 (11.72% from 255 or 5.91% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DD2 is #03E22D. Grayscale: #737373. Windows color (decimal): -254510 or 13770236. OLE color: 13770236.
HSL color Cylindrical-coordinate representation of color #FC1DD2: hue angle of 311.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1DD2 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 210 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.01 |
| HSL | 311.3º | 0.97% | 0.55% | - |
| HSV(B) | 311.3º | 0.88% | 0.99% | - |
| XYZ | 52.22 | 26.23 | 63.28 | - |
| YUV | 116.31 | 180.88 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 210 | 0 | 0.88 | 0.17 | 0.01 | 311.3 | 0.97 | 0.55 |
| Hex | FC | 1D | D2 | 0 | 58 | 11 | 1 | 137 | 61 | 37 |
| Octal | 374 | 35 | 322 | 0 | 130 | 21 | 1 | 467 | 141 | 67 |
| Binary | 11111100 | 11101 | 11010010 | 0 | 1011000 | 10001 | 1 | 100110111 | 1100001 | 110111 |
Color Harmonies of #FC1DD2
Complementary color
Monochromatic Colors of #FC1DD2
Black with #FC1DD2
Text Example
Text Example
White with #FC1DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DD2; }
p { color: rgb(252,29,210); }
H1.HeaderClassName
{
color: #FC1DD2;
}
.AnyTagClassName
{
color: #FC1DD2;
}
</style>
background-color css
<style>
a { background-color: #FC1DD2; }
a { background-color: rgb(252,29,210); }
div.DivClassName
{
background-color: #FC1DD2;
}
.BgClassName
{
background-color: #FC1DD2;
}
</style>
border-color css
<style>
span { border-color: #FC1DD2; }
span { border-color: rgb(252,29,210); }
td.TdClassName
{
border-color: #FC1DD2;
}
.TagClassName
{
border-color: #FC1DD2;
}
</style>