Shades of Shocking Pink #FD1CCC
Tints of Shocking Pink #FD1CCC
RGB
CMYK
RGB Variations
Color information
#FD1CCC (or 0xFD1CCC) is known color: Shocking Pink. HEX triplet: FD, 1C and CC. RGB value is (253,28,204). Sum of RGB (Red+Green+Blue) = 253+28+204=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CCC is #02E333. Grayscale: #727272. Windows color (decimal): -189236 or 13376765. OLE color: 13376765.
HSL color Cylindrical-coordinate representation of color #FD1CCC: hue angle of 313.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CCC is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 204 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 313.07º | 0.98% | 0.55% | - |
| HSV(B) | 313.07º | 0.89% | 0.99% | - |
| XYZ | 51.82 | 26.07 | 59.43 | - |
| YUV | 115.34 | 178.04 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 204 | 0 | 0.89 | 0.19 | 0.01 | 313.07 | 0.98 | 0.55 |
| Hex | FD | 1C | CC | 0 | 59 | 13 | 1 | 139 | 62 | 37 |
| Octal | 375 | 34 | 314 | 0 | 131 | 23 | 1 | 471 | 142 | 67 |
| Binary | 11111101 | 11100 | 11001100 | 0 | 1011001 | 10011 | 1 | 100111001 | 1100010 | 110111 |
Color Harmonies of #FD1CCC
Complementary color
Monochromatic Colors of #FD1CCC
Black with #FD1CCC
Text Example
Text Example
White with #FD1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CCC; }
p { color: rgb(253,28,204); }
H1.HeaderClassName
{
color: #FD1CCC;
}
.AnyTagClassName
{
color: #FD1CCC;
}
</style>
background-color css
<style>
a { background-color: #FD1CCC; }
a { background-color: rgb(253,28,204); }
div.DivClassName
{
background-color: #FD1CCC;
}
.BgClassName
{
background-color: #FD1CCC;
}
</style>
border-color css
<style>
span { border-color: #FD1CCC; }
span { border-color: rgb(253,28,204); }
td.TdClassName
{
border-color: #FD1CCC;
}
.TagClassName
{
border-color: #FD1CCC;
}
</style>