Shades of Shocking Pink #FD1BCB
Tints of Shocking Pink #FD1BCB
RGB
CMYK
RGB Variations
Color information
#FD1BCB (or 0xFD1BCB) is known color: Shocking Pink. HEX triplet: FD, 1B and CB. RGB value is (253,27,203). Sum of RGB (Red+Green+Blue) = 253+27+203=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BCB is #02E434. Grayscale: #727272. Windows color (decimal): -189493 or 13310973. OLE color: 13310973.
HSL color Cylindrical-coordinate representation of color #FD1BCB: hue angle of 313.27º 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 #FD1BCB is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 203 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.01 |
| HSL | 313.27º | 0.98% | 0.55% | - |
| HSV(B) | 313.27º | 0.89% | 0.99% | - |
| XYZ | 51.68 | 25.98 | 58.79 | - |
| YUV | 114.64 | 177.87 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 203 | 0 | 0.89 | 0.20 | 0.01 | 313.27 | 0.98 | 0.55 |
| Hex | FD | 1B | CB | 0 | 59 | 14 | 1 | 139 | 62 | 37 |
| Octal | 375 | 33 | 313 | 0 | 131 | 24 | 1 | 471 | 142 | 67 |
| Binary | 11111101 | 11011 | 11001011 | 0 | 1011001 | 10100 | 1 | 100111001 | 1100010 | 110111 |
Color Harmonies of #FD1BCB
Complementary color
Monochromatic Colors of #FD1BCB
Black with #FD1BCB
Text Example
Text Example
White with #FD1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BCB; }
p { color: rgb(253,27,203); }
H1.HeaderClassName
{
color: #FD1BCB;
}
.AnyTagClassName
{
color: #FD1BCB;
}
</style>
background-color css
<style>
a { background-color: #FD1BCB; }
a { background-color: rgb(253,27,203); }
div.DivClassName
{
background-color: #FD1BCB;
}
.BgClassName
{
background-color: #FD1BCB;
}
</style>
border-color css
<style>
span { border-color: #FD1BCB; }
span { border-color: rgb(253,27,203); }
td.TdClassName
{
border-color: #FD1BCB;
}
.TagClassName
{
border-color: #FD1BCB;
}
</style>