Shades of Shocking Pink #FD1ABB
Tints of Shocking Pink #FD1ABB
RGB
CMYK
RGB Variations
Color information
#FD1ABB (or 0xFD1ABB) is known color: Shocking Pink. HEX triplet: FD, 1A and BB. RGB value is (253,26,187). Sum of RGB (Red+Green+Blue) = 253+26+187=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ABB is #02E544. Grayscale: #6F6F6F. Windows color (decimal): -189765 or 12262141. OLE color: 12262141.
HSL color Cylindrical-coordinate representation of color #FD1ABB: hue angle of 317.44º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1ABB is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 187 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.01 |
| HSL | 317.44º | 0.98% | 0.55% | - |
| HSV(B) | 317.44º | 0.9% | 0.99% | - |
| XYZ | 49.85 | 25.21 | 49.25 | - |
| YUV | 112.23 | 170.21 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 187 | 0 | 0.90 | 0.26 | 0.01 | 317.44 | 0.98 | 0.55 |
| Hex | FD | 1A | BB | 0 | 5A | 1A | 1 | 13D | 62 | 37 |
| Octal | 375 | 32 | 273 | 0 | 132 | 32 | 1 | 475 | 142 | 67 |
| Binary | 11111101 | 11010 | 10111011 | 0 | 1011010 | 11010 | 1 | 100111101 | 1100010 | 110111 |
Color Harmonies of #FD1ABB
Complementary color
Monochromatic Colors of #FD1ABB
Black with #FD1ABB
Text Example
Text Example
White with #FD1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1ABB; }
p { color: rgb(253,26,187); }
H1.HeaderClassName
{
color: #FD1ABB;
}
.AnyTagClassName
{
color: #FD1ABB;
}
</style>
background-color css
<style>
a { background-color: #FD1ABB; }
a { background-color: rgb(253,26,187); }
div.DivClassName
{
background-color: #FD1ABB;
}
.BgClassName
{
background-color: #FD1ABB;
}
</style>
border-color css
<style>
span { border-color: #FD1ABB; }
span { border-color: rgb(253,26,187); }
td.TdClassName
{
border-color: #FD1ABB;
}
.TagClassName
{
border-color: #FD1ABB;
}
</style>