Shades of Shocking Pink #FD1BBC
Tints of Shocking Pink #FD1BBC
RGB
CMYK
RGB Variations
Color information
#FD1BBC (or 0xFD1BBC) is known color: Shocking Pink. HEX triplet: FD, 1B and BC. RGB value is (253,27,188). Sum of RGB (Red+Green+Blue) = 253+27+188=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BBC is #02E443. Grayscale: #707070. Windows color (decimal): -189508 or 12327933. OLE color: 12327933.
HSL color Cylindrical-coordinate representation of color #FD1BBC: hue angle of 317.26º 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 #FD1BBC is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.01 |
| HSL | 317.26º | 0.98% | 0.55% | - |
| HSV(B) | 317.26º | 0.89% | 0.99% | - |
| XYZ | 49.98 | 25.3 | 49.83 | - |
| YUV | 112.93 | 170.37 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 188 | 0 | 0.89 | 0.26 | 0.01 | 317.26 | 0.98 | 0.55 |
| Hex | FD | 1B | BC | 0 | 59 | 1A | 1 | 13D | 62 | 37 |
| Octal | 375 | 33 | 274 | 0 | 131 | 32 | 1 | 475 | 142 | 67 |
| Binary | 11111101 | 11011 | 10111100 | 0 | 1011001 | 11010 | 1 | 100111101 | 1100010 | 110111 |
Color Harmonies of #FD1BBC
Complementary color
Monochromatic Colors of #FD1BBC
Black with #FD1BBC
Text Example
Text Example
White with #FD1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BBC; }
p { color: rgb(253,27,188); }
H1.HeaderClassName
{
color: #FD1BBC;
}
.AnyTagClassName
{
color: #FD1BBC;
}
</style>
background-color css
<style>
a { background-color: #FD1BBC; }
a { background-color: rgb(253,27,188); }
div.DivClassName
{
background-color: #FD1BBC;
}
.BgClassName
{
background-color: #FD1BBC;
}
</style>
border-color css
<style>
span { border-color: #FD1BBC; }
span { border-color: rgb(253,27,188); }
td.TdClassName
{
border-color: #FD1BBC;
}
.TagClassName
{
border-color: #FD1BBC;
}
</style>