Shades of Shocking Pink #FD1ECC
Tints of Shocking Pink #FD1ECC
RGB
CMYK
RGB Variations
Color information
#FD1ECC (or 0xFD1ECC) is known color: Shocking Pink. HEX triplet: FD, 1E and CC. RGB value is (253,30,204). Sum of RGB (Red+Green+Blue) = 253+30+204=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ECC is #02E133. Grayscale: #747474. Windows color (decimal): -188724 or 13377277. OLE color: 13377277.
HSL color Cylindrical-coordinate representation of color #FD1ECC: hue angle of 313.18º degrees, saturation: 0.98, 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 #FD1ECC is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 204 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.01 |
| HSL | 313.18º | 0.98% | 0.55% | - |
| HSV(B) | 313.18º | 0.88% | 0.99% | - |
| XYZ | 51.87 | 26.17 | 59.44 | - |
| YUV | 116.51 | 177.38 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 204 | 0 | 0.88 | 0.19 | 0.01 | 313.18 | 0.98 | 0.55 |
| Hex | FD | 1E | CC | 0 | 58 | 13 | 1 | 139 | 62 | 37 |
| Octal | 375 | 36 | 314 | 0 | 130 | 23 | 1 | 471 | 142 | 67 |
| Binary | 11111101 | 11110 | 11001100 | 0 | 1011000 | 10011 | 1 | 100111001 | 1100010 | 110111 |
Color Harmonies of #FD1ECC
Complementary color
Monochromatic Colors of #FD1ECC
Black with #FD1ECC
Text Example
Text Example
White with #FD1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1ECC; }
p { color: rgb(253,30,204); }
H1.HeaderClassName
{
color: #FD1ECC;
}
.AnyTagClassName
{
color: #FD1ECC;
}
</style>
background-color css
<style>
a { background-color: #FD1ECC; }
a { background-color: rgb(253,30,204); }
div.DivClassName
{
background-color: #FD1ECC;
}
.BgClassName
{
background-color: #FD1ECC;
}
</style>
border-color css
<style>
span { border-color: #FD1ECC; }
span { border-color: rgb(253,30,204); }
td.TdClassName
{
border-color: #FD1ECC;
}
.TagClassName
{
border-color: #FD1ECC;
}
</style>