Shades of Shocking Pink #FD03C0
Tints of Shocking Pink #FD03C0
RGB
CMYK
RGB Variations
Color information
#FD03C0 (or 0xFD03C0) is known color: Shocking Pink. HEX triplet: FD, 03 and C0. RGB value is (253,3,192). Sum of RGB (Red+Green+Blue) = 253+3+192=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03C0 is #02FC3F. Grayscale: #626262. Windows color (decimal): -195648 or 12583933. OLE color: 12583933.
HSL color Cylindrical-coordinate representation of color #FD03C0: hue angle of 314.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD03C0 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 192 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.01 |
| HSL | 314.64º | 0.98% | 0.5% | - |
| HSV(B) | 314.64º | 0.99% | 0.99% | - |
| XYZ | 50.06 | 24.75 | 52.01 | - |
| YUV | 99.3 | 180.33 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 192 | 0 | 0.99 | 0.24 | 0.01 | 314.64 | 0.98 | 0.5 |
| Hex | FD | 3 | C0 | 0 | 63 | 18 | 1 | 13B | 62 | 32 |
| Octal | 375 | 3 | 300 | 0 | 143 | 30 | 1 | 473 | 142 | 62 |
| Binary | 11111101 | 11 | 11000000 | 0 | 1100011 | 11000 | 1 | 100111011 | 1100010 | 110010 |
Color Harmonies of #FD03C0
Complementary color
Monochromatic Colors of #FD03C0
Black with #FD03C0
Text Example
Text Example
White with #FD03C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03C0; }
p { color: rgb(253,3,192); }
H1.HeaderClassName
{
color: #FD03C0;
}
.AnyTagClassName
{
color: #FD03C0;
}
</style>
background-color css
<style>
a { background-color: #FD03C0; }
a { background-color: rgb(253,3,192); }
div.DivClassName
{
background-color: #FD03C0;
}
.BgClassName
{
background-color: #FD03C0;
}
</style>
border-color css
<style>
span { border-color: #FD03C0; }
span { border-color: rgb(253,3,192); }
td.TdClassName
{
border-color: #FD03C0;
}
.TagClassName
{
border-color: #FD03C0;
}
</style>