Shades of Shocking Pink #FD1CCD
Tints of Shocking Pink #FD1CCD
RGB
CMYK
RGB Variations
Color information
#FD1CCD (or 0xFD1CCD) is known color: Shocking Pink. HEX triplet: FD, 1C and CD. RGB value is (253,28,205). Sum of RGB (Red+Green+Blue) = 253+28+205=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CCD is #02E332. Grayscale: #727272. Windows color (decimal): -189235 or 13442301. OLE color: 13442301.
HSL color Cylindrical-coordinate representation of color #FD1CCD: hue angle of 312.8º 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 #FD1CCD is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 205 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 312.8º | 0.98% | 0.55% | - |
| HSV(B) | 312.8º | 0.89% | 0.99% | - |
| XYZ | 51.94 | 26.12 | 60.06 | - |
| YUV | 115.45 | 178.54 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 205 | 0 | 0.89 | 0.19 | 0.01 | 312.8 | 0.98 | 0.55 |
| Hex | FD | 1C | CD | 0 | 59 | 13 | 1 | 139 | 62 | 37 |
| Octal | 375 | 34 | 315 | 0 | 131 | 23 | 1 | 471 | 142 | 67 |
| Binary | 11111101 | 11100 | 11001101 | 0 | 1011001 | 10011 | 1 | 100111001 | 1100010 | 110111 |
Color Harmonies of #FD1CCD
Complementary color
Monochromatic Colors of #FD1CCD
Black with #FD1CCD
Text Example
Text Example
White with #FD1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CCD; }
p { color: rgb(253,28,205); }
H1.HeaderClassName
{
color: #FD1CCD;
}
.AnyTagClassName
{
color: #FD1CCD;
}
</style>
background-color css
<style>
a { background-color: #FD1CCD; }
a { background-color: rgb(253,28,205); }
div.DivClassName
{
background-color: #FD1CCD;
}
.BgClassName
{
background-color: #FD1CCD;
}
</style>
border-color css
<style>
span { border-color: #FD1CCD; }
span { border-color: rgb(253,28,205); }
td.TdClassName
{
border-color: #FD1CCD;
}
.TagClassName
{
border-color: #FD1CCD;
}
</style>