Shades of Shocking Pink #FD1BBB
Tints of Shocking Pink #FD1BBB
RGB
CMYK
RGB Variations
Color information
#FD1BBB (or 0xFD1BBB) is known color: Shocking Pink. HEX triplet: FD, 1B and BB. RGB value is (253,27,187). Sum of RGB (Red+Green+Blue) = 253+27+187=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BBB is #02E444. Grayscale: #707070. Windows color (decimal): -189509 or 12262397. OLE color: 12262397.
HSL color Cylindrical-coordinate representation of color #FD1BBB: hue angle of 317.52º 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 #FD1BBB is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 187 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.01 |
| HSL | 317.52º | 0.98% | 0.55% | - |
| HSV(B) | 317.52º | 0.89% | 0.99% | - |
| XYZ | 49.87 | 25.25 | 49.26 | - |
| YUV | 112.81 | 169.87 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 187 | 0 | 0.89 | 0.26 | 0.01 | 317.52 | 0.98 | 0.55 |
| Hex | FD | 1B | BB | 0 | 59 | 1A | 1 | 13E | 62 | 37 |
| Octal | 375 | 33 | 273 | 0 | 131 | 32 | 1 | 476 | 142 | 67 |
| Binary | 11111101 | 11011 | 10111011 | 0 | 1011001 | 11010 | 1 | 100111110 | 1100010 | 110111 |
Color Harmonies of #FD1BBB
Complementary color
Monochromatic Colors of #FD1BBB
Black with #FD1BBB
Text Example
Text Example
White with #FD1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BBB; }
p { color: rgb(253,27,187); }
H1.HeaderClassName
{
color: #FD1BBB;
}
.AnyTagClassName
{
color: #FD1BBB;
}
</style>
background-color css
<style>
a { background-color: #FD1BBB; }
a { background-color: rgb(253,27,187); }
div.DivClassName
{
background-color: #FD1BBB;
}
.BgClassName
{
background-color: #FD1BBB;
}
</style>
border-color css
<style>
span { border-color: #FD1BBB; }
span { border-color: rgb(253,27,187); }
td.TdClassName
{
border-color: #FD1BBB;
}
.TagClassName
{
border-color: #FD1BBB;
}
</style>