Shades of Shocking Pink #FD0CCB
Tints of Shocking Pink #FD0CCB
RGB
CMYK
RGB Variations
Color information
#FD0CCB (or 0xFD0CCB) is known color: Shocking Pink. HEX triplet: FD, 0C and CB. RGB value is (253,12,203). Sum of RGB (Red+Green+Blue) = 253+12+203=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0CCB is #02F334. Grayscale: #696969. Windows color (decimal): -193333 or 13307133. OLE color: 13307133.
HSL color Cylindrical-coordinate representation of color #FD0CCB: hue angle of 312.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0CCB is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 203 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.01 |
| HSL | 312.45º | 0.98% | 0.52% | - |
| HSV(B) | 312.45º | 0.95% | 0.99% | - |
| XYZ | 51.42 | 25.46 | 58.7 | - |
| YUV | 105.83 | 182.84 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 203 | 0 | 0.95 | 0.20 | 0.01 | 312.45 | 0.98 | 0.52 |
| Hex | FD | C | CB | 0 | 5F | 14 | 1 | 138 | 62 | 34 |
| Octal | 375 | 14 | 313 | 0 | 137 | 24 | 1 | 470 | 142 | 64 |
| Binary | 11111101 | 1100 | 11001011 | 0 | 1011111 | 10100 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FD0CCB
Complementary color
Monochromatic Colors of #FD0CCB
Black with #FD0CCB
Text Example
Text Example
White with #FD0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CCB; }
p { color: rgb(253,12,203); }
H1.HeaderClassName
{
color: #FD0CCB;
}
.AnyTagClassName
{
color: #FD0CCB;
}
</style>
background-color css
<style>
a { background-color: #FD0CCB; }
a { background-color: rgb(253,12,203); }
div.DivClassName
{
background-color: #FD0CCB;
}
.BgClassName
{
background-color: #FD0CCB;
}
</style>
border-color css
<style>
span { border-color: #FD0CCB; }
span { border-color: rgb(253,12,203); }
td.TdClassName
{
border-color: #FD0CCB;
}
.TagClassName
{
border-color: #FD0CCB;
}
</style>