Shades of Shocking Pink #FD1BCD
Tints of Shocking Pink #FD1BCD
RGB
CMYK
RGB Variations
Color information
#FD1BCD (or 0xFD1BCD) is known color: Shocking Pink. HEX triplet: FD, 1B and CD. RGB value is (253,27,205). Sum of RGB (Red+Green+Blue) = 253+27+205=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 27 (10.94% from 255 or 5.57% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BCD is #02E432. Grayscale: #727272. Windows color (decimal): -189491 or 13442045. OLE color: 13442045.
HSL color Cylindrical-coordinate representation of color #FD1BCD: hue angle of 312.74º 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 #FD1BCD is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 205 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 312.74º | 0.98% | 0.55% | - |
| HSV(B) | 312.74º | 0.89% | 0.99% | - |
| XYZ | 51.92 | 26.07 | 60.05 | - |
| YUV | 114.87 | 178.87 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 205 | 0 | 0.89 | 0.19 | 0.01 | 312.74 | 0.98 | 0.55 |
| Hex | FD | 1B | CD | 0 | 59 | 13 | 1 | 139 | 62 | 37 |
| Octal | 375 | 33 | 315 | 0 | 131 | 23 | 1 | 471 | 142 | 67 |
| Binary | 11111101 | 11011 | 11001101 | 0 | 1011001 | 10011 | 1 | 100111001 | 1100010 | 110111 |
Color Harmonies of #FD1BCD
Complementary color
Monochromatic Colors of #FD1BCD
Black with #FD1BCD
Text Example
Text Example
White with #FD1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BCD; }
p { color: rgb(253,27,205); }
H1.HeaderClassName
{
color: #FD1BCD;
}
.AnyTagClassName
{
color: #FD1BCD;
}
</style>
background-color css
<style>
a { background-color: #FD1BCD; }
a { background-color: rgb(253,27,205); }
div.DivClassName
{
background-color: #FD1BCD;
}
.BgClassName
{
background-color: #FD1BCD;
}
</style>
border-color css
<style>
span { border-color: #FD1BCD; }
span { border-color: rgb(253,27,205); }
td.TdClassName
{
border-color: #FD1BCD;
}
.TagClassName
{
border-color: #FD1BCD;
}
</style>