Shades of Shocking Pink #FD01BD
Tints of Shocking Pink #FD01BD
RGB
CMYK
RGB Variations
Color information
#FD01BD (or 0xFD01BD) is known color: Shocking Pink. HEX triplet: FD, 01 and BD. RGB value is (253,1,189). Sum of RGB (Red+Green+Blue) = 253+1+189=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01BD is #02FE42. Grayscale: #616161. Windows color (decimal): -196163 or 12386813. OLE color: 12386813.
HSL color Cylindrical-coordinate representation of color #FD01BD: hue angle of 315.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD01BD is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.01 |
| HSL | 315.24º | 0.99% | 0.5% | - |
| HSV(B) | 315.24º | 1% | 0.99% | - |
| XYZ | 49.7 | 24.58 | 50.27 | - |
| YUV | 97.78 | 179.49 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 189 | 0 | 1.00 | 0.25 | 0.01 | 315.24 | 0.99 | 0.5 |
| Hex | FD | 1 | BD | 0 | 64 | 19 | 1 | 13B | 63 | 32 |
| Octal | 375 | 1 | 275 | 0 | 144 | 31 | 1 | 473 | 143 | 62 |
| Binary | 11111101 | 1 | 10111101 | 0 | 1100100 | 11001 | 1 | 100111011 | 1100011 | 110010 |
Color Harmonies of #FD01BD
Complementary color
Monochromatic Colors of #FD01BD
Black with #FD01BD
Text Example
Text Example
White with #FD01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01BD; }
p { color: rgb(253,1,189); }
H1.HeaderClassName
{
color: #FD01BD;
}
.AnyTagClassName
{
color: #FD01BD;
}
</style>
background-color css
<style>
a { background-color: #FD01BD; }
a { background-color: rgb(253,1,189); }
div.DivClassName
{
background-color: #FD01BD;
}
.BgClassName
{
background-color: #FD01BD;
}
</style>
border-color css
<style>
span { border-color: #FD01BD; }
span { border-color: rgb(253,1,189); }
td.TdClassName
{
border-color: #FD01BD;
}
.TagClassName
{
border-color: #FD01BD;
}
</style>