Shades of Shocking Pink #FD20C7
Tints of Shocking Pink #FD20C7
RGB
CMYK
RGB Variations
Color information
#FD20C7 (or 0xFD20C7) is known color: Shocking Pink. HEX triplet: FD, 20 and C7. RGB value is (253,32,199). Sum of RGB (Red+Green+Blue) = 253+32+199=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20C7 is #02DF38. Grayscale: #747474. Windows color (decimal): -188217 or 13050109. OLE color: 13050109.
HSL color Cylindrical-coordinate representation of color #FD20C7: hue angle of 314.66º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD20C7 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.01 |
| HSL | 314.66º | 0.98% | 0.56% | - |
| HSV(B) | 314.66º | 0.87% | 0.99% | - |
| XYZ | 51.33 | 26.04 | 56.35 | - |
| YUV | 117.12 | 174.22 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 199 | 0 | 0.87 | 0.21 | 0.01 | 314.66 | 0.98 | 0.56 |
| Hex | FD | 20 | C7 | 0 | 57 | 15 | 1 | 13B | 62 | 38 |
| Octal | 375 | 40 | 307 | 0 | 127 | 25 | 1 | 473 | 142 | 70 |
| Binary | 11111101 | 100000 | 11000111 | 0 | 1010111 | 10101 | 1 | 100111011 | 1100010 | 111000 |
Color Harmonies of #FD20C7
Complementary color
Monochromatic Colors of #FD20C7
Black with #FD20C7
Text Example
Text Example
White with #FD20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD20C7; }
p { color: rgb(253,32,199); }
H1.HeaderClassName
{
color: #FD20C7;
}
.AnyTagClassName
{
color: #FD20C7;
}
</style>
background-color css
<style>
a { background-color: #FD20C7; }
a { background-color: rgb(253,32,199); }
div.DivClassName
{
background-color: #FD20C7;
}
.BgClassName
{
background-color: #FD20C7;
}
</style>
border-color css
<style>
span { border-color: #FD20C7; }
span { border-color: rgb(253,32,199); }
td.TdClassName
{
border-color: #FD20C7;
}
.TagClassName
{
border-color: #FD20C7;
}
</style>