Shades of Shocking Pink #FD1BD2
Tints of Shocking Pink #FD1BD2
RGB
CMYK
RGB Variations
Color information
#FD1BD2 (or 0xFD1BD2) is known color: Shocking Pink. HEX triplet: FD, 1B and D2. RGB value is (253,27,210). Sum of RGB (Red+Green+Blue) = 253+27+210=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BD2 is #02E42D. Grayscale: #727272. Windows color (decimal): -189486 or 13769725. OLE color: 13769725.
HSL color Cylindrical-coordinate representation of color #FD1BD2: hue angle of 311.42º 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 #FD1BD2 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 210 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.01 |
| HSL | 311.42º | 0.98% | 0.55% | - |
| HSV(B) | 311.42º | 0.89% | 0.99% | - |
| XYZ | 52.53 | 26.32 | 63.28 | - |
| YUV | 115.44 | 181.37 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 210 | 0 | 0.89 | 0.17 | 0.01 | 311.42 | 0.98 | 0.55 |
| Hex | FD | 1B | D2 | 0 | 59 | 11 | 1 | 137 | 62 | 37 |
| Octal | 375 | 33 | 322 | 0 | 131 | 21 | 1 | 467 | 142 | 67 |
| Binary | 11111101 | 11011 | 11010010 | 0 | 1011001 | 10001 | 1 | 100110111 | 1100010 | 110111 |
Color Harmonies of #FD1BD2
Complementary color
Monochromatic Colors of #FD1BD2
Black with #FD1BD2
Text Example
Text Example
White with #FD1BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BD2; }
p { color: rgb(253,27,210); }
H1.HeaderClassName
{
color: #FD1BD2;
}
.AnyTagClassName
{
color: #FD1BD2;
}
</style>
background-color css
<style>
a { background-color: #FD1BD2; }
a { background-color: rgb(253,27,210); }
div.DivClassName
{
background-color: #FD1BD2;
}
.BgClassName
{
background-color: #FD1BD2;
}
</style>
border-color css
<style>
span { border-color: #FD1BD2; }
span { border-color: rgb(253,27,210); }
td.TdClassName
{
border-color: #FD1BD2;
}
.TagClassName
{
border-color: #FD1BD2;
}
</style>