Shades of Shocking Pink #FD1BCC
Tints of Shocking Pink #FD1BCC
RGB
CMYK
RGB Variations
Color information
#FD1BCC (or 0xFD1BCC) is known color: Shocking Pink. HEX triplet: FD, 1B and CC. RGB value is (253,27,204). Sum of RGB (Red+Green+Blue) = 253+27+204=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BCC is #02E433. Grayscale: #727272. Windows color (decimal): -189492 or 13376509. OLE color: 13376509.
HSL color Cylindrical-coordinate representation of color #FD1BCC: hue angle of 313.01º 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 #FD1BCC is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 204 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 313.01º | 0.98% | 0.55% | - |
| HSV(B) | 313.01º | 0.89% | 0.99% | - |
| XYZ | 51.8 | 26.03 | 59.42 | - |
| YUV | 114.75 | 178.37 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 204 | 0 | 0.89 | 0.19 | 0.01 | 313.01 | 0.98 | 0.55 |
| Hex | FD | 1B | CC | 0 | 59 | 13 | 1 | 139 | 62 | 37 |
| Octal | 375 | 33 | 314 | 0 | 131 | 23 | 1 | 471 | 142 | 67 |
| Binary | 11111101 | 11011 | 11001100 | 0 | 1011001 | 10011 | 1 | 100111001 | 1100010 | 110111 |
Color Harmonies of #FD1BCC
Complementary color
Monochromatic Colors of #FD1BCC
Black with #FD1BCC
Text Example
Text Example
White with #FD1BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BCC; }
p { color: rgb(253,27,204); }
H1.HeaderClassName
{
color: #FD1BCC;
}
.AnyTagClassName
{
color: #FD1BCC;
}
</style>
background-color css
<style>
a { background-color: #FD1BCC; }
a { background-color: rgb(253,27,204); }
div.DivClassName
{
background-color: #FD1BCC;
}
.BgClassName
{
background-color: #FD1BCC;
}
</style>
border-color css
<style>
span { border-color: #FD1BCC; }
span { border-color: rgb(253,27,204); }
td.TdClassName
{
border-color: #FD1BCC;
}
.TagClassName
{
border-color: #FD1BCC;
}
</style>