Shades of Shocking Pink #FD02BD
Tints of Shocking Pink #FD02BD
RGB
CMYK
RGB Variations
Color information
#FD02BD (or 0xFD02BD) is known color: Shocking Pink. HEX triplet: FD, 02 and BD. RGB value is (253,2,189). Sum of RGB (Red+Green+Blue) = 253+2+189=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02BD is #02FD42. Grayscale: #616161. Windows color (decimal): -195907 or 12387069. OLE color: 12387069.
HSL color Cylindrical-coordinate representation of color #FD02BD: hue angle of 315.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD02BD is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.01 |
| HSL | 315.3º | 0.98% | 0.5% | - |
| HSV(B) | 315.3º | 0.99% | 0.99% | - |
| XYZ | 49.72 | 24.6 | 50.27 | - |
| YUV | 98.37 | 179.16 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 189 | 0 | 0.99 | 0.25 | 0.01 | 315.3 | 0.98 | 0.5 |
| Hex | FD | 2 | BD | 0 | 63 | 19 | 1 | 13B | 62 | 32 |
| Octal | 375 | 2 | 275 | 0 | 143 | 31 | 1 | 473 | 142 | 62 |
| Binary | 11111101 | 10 | 10111101 | 0 | 1100011 | 11001 | 1 | 100111011 | 1100010 | 110010 |
Color Harmonies of #FD02BD
Complementary color
Monochromatic Colors of #FD02BD
Black with #FD02BD
Text Example
Text Example
White with #FD02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD02BD; }
p { color: rgb(253,2,189); }
H1.HeaderClassName
{
color: #FD02BD;
}
.AnyTagClassName
{
color: #FD02BD;
}
</style>
background-color css
<style>
a { background-color: #FD02BD; }
a { background-color: rgb(253,2,189); }
div.DivClassName
{
background-color: #FD02BD;
}
.BgClassName
{
background-color: #FD02BD;
}
</style>
border-color css
<style>
span { border-color: #FD02BD; }
span { border-color: rgb(253,2,189); }
td.TdClassName
{
border-color: #FD02BD;
}
.TagClassName
{
border-color: #FD02BD;
}
</style>