Shades of Shocking Pink #FD1DCB
Tints of Shocking Pink #FD1DCB
RGB
CMYK
RGB Variations
Color information
#FD1DCB (or 0xFD1DCB) is known color: Shocking Pink. HEX triplet: FD, 1D and CB. RGB value is (253,29,203). Sum of RGB (Red+Green+Blue) = 253+29+203=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DCB is #02E234. Grayscale: #737373. Windows color (decimal): -188981 or 13311485. OLE color: 13311485.
HSL color Cylindrical-coordinate representation of color #FD1DCB: hue angle of 313.39º 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 #FD1DCB is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 203 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.01 |
| HSL | 313.39º | 0.98% | 0.55% | - |
| HSV(B) | 313.39º | 0.89% | 0.99% | - |
| XYZ | 51.73 | 26.07 | 58.81 | - |
| YUV | 115.81 | 177.21 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 203 | 0 | 0.89 | 0.20 | 0.01 | 313.39 | 0.98 | 0.55 |
| Hex | FD | 1D | CB | 0 | 59 | 14 | 1 | 139 | 62 | 37 |
| Octal | 375 | 35 | 313 | 0 | 131 | 24 | 1 | 471 | 142 | 67 |
| Binary | 11111101 | 11101 | 11001011 | 0 | 1011001 | 10100 | 1 | 100111001 | 1100010 | 110111 |
Color Harmonies of #FD1DCB
Complementary color
Monochromatic Colors of #FD1DCB
Black with #FD1DCB
Text Example
Text Example
White with #FD1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1DCB; }
p { color: rgb(253,29,203); }
H1.HeaderClassName
{
color: #FD1DCB;
}
.AnyTagClassName
{
color: #FD1DCB;
}
</style>
background-color css
<style>
a { background-color: #FD1DCB; }
a { background-color: rgb(253,29,203); }
div.DivClassName
{
background-color: #FD1DCB;
}
.BgClassName
{
background-color: #FD1DCB;
}
</style>
border-color css
<style>
span { border-color: #FD1DCB; }
span { border-color: rgb(253,29,203); }
td.TdClassName
{
border-color: #FD1DCB;
}
.TagClassName
{
border-color: #FD1DCB;
}
</style>