Shades of Shocking Pink #FD05C0
Tints of Shocking Pink #FD05C0
RGB
CMYK
RGB Variations
Color information
#FD05C0 (or 0xFD05C0) is known color: Shocking Pink. HEX triplet: FD, 05 and C0. RGB value is (253,5,192). Sum of RGB (Red+Green+Blue) = 253+5+192=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD05C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD05C0 is #02FA3F. Grayscale: #636363. Windows color (decimal): -195136 or 12584445. OLE color: 12584445.
HSL color Cylindrical-coordinate representation of color #FD05C0: hue angle of 314.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD05C0 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 192 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.01 |
| HSL | 314.76º | 0.98% | 0.51% | - |
| HSV(B) | 314.76º | 0.98% | 0.99% | - |
| XYZ | 50.08 | 24.8 | 52.02 | - |
| YUV | 100.47 | 179.66 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 192 | 0 | 0.98 | 0.24 | 0.01 | 314.76 | 0.98 | 0.51 |
| Hex | FD | 5 | C0 | 0 | 62 | 18 | 1 | 13B | 62 | 33 |
| Octal | 375 | 5 | 300 | 0 | 142 | 30 | 1 | 473 | 142 | 63 |
| Binary | 11111101 | 101 | 11000000 | 0 | 1100010 | 11000 | 1 | 100111011 | 1100010 | 110011 |
Color Harmonies of #FD05C0
Complementary color
Monochromatic Colors of #FD05C0
Black with #FD05C0
Text Example
Text Example
White with #FD05C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD05C0; }
p { color: rgb(253,5,192); }
H1.HeaderClassName
{
color: #FD05C0;
}
.AnyTagClassName
{
color: #FD05C0;
}
</style>
background-color css
<style>
a { background-color: #FD05C0; }
a { background-color: rgb(253,5,192); }
div.DivClassName
{
background-color: #FD05C0;
}
.BgClassName
{
background-color: #FD05C0;
}
</style>
border-color css
<style>
span { border-color: #FD05C0; }
span { border-color: rgb(253,5,192); }
td.TdClassName
{
border-color: #FD05C0;
}
.TagClassName
{
border-color: #FD05C0;
}
</style>