Shades of Shocking Pink #FD01BC
Tints of Shocking Pink #FD01BC
RGB
CMYK
RGB Variations
Color information
#FD01BC (or 0xFD01BC) is known color: Shocking Pink. HEX triplet: FD, 01 and BC. RGB value is (253,1,188). Sum of RGB (Red+Green+Blue) = 253+1+188=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01BC is #02FE43. Grayscale: #616161. Windows color (decimal): -196164 or 12321277. OLE color: 12321277.
HSL color Cylindrical-coordinate representation of color #FD01BC: hue angle of 315.48º 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 #FD01BC is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.01 |
| HSL | 315.48º | 0.99% | 0.5% | - |
| HSV(B) | 315.48º | 1% | 0.99% | - |
| XYZ | 49.6 | 24.54 | 49.7 | - |
| YUV | 97.67 | 178.99 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 188 | 0 | 1.00 | 0.26 | 0.01 | 315.48 | 0.99 | 0.5 |
| Hex | FD | 1 | BC | 0 | 64 | 1A | 1 | 13B | 63 | 32 |
| Octal | 375 | 1 | 274 | 0 | 144 | 32 | 1 | 473 | 143 | 62 |
| Binary | 11111101 | 1 | 10111100 | 0 | 1100100 | 11010 | 1 | 100111011 | 1100011 | 110010 |
Color Harmonies of #FD01BC
Complementary color
Monochromatic Colors of #FD01BC
Black with #FD01BC
Text Example
Text Example
White with #FD01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01BC; }
p { color: rgb(253,1,188); }
H1.HeaderClassName
{
color: #FD01BC;
}
.AnyTagClassName
{
color: #FD01BC;
}
</style>
background-color css
<style>
a { background-color: #FD01BC; }
a { background-color: rgb(253,1,188); }
div.DivClassName
{
background-color: #FD01BC;
}
.BgClassName
{
background-color: #FD01BC;
}
</style>
border-color css
<style>
span { border-color: #FD01BC; }
span { border-color: rgb(253,1,188); }
td.TdClassName
{
border-color: #FD01BC;
}
.TagClassName
{
border-color: #FD01BC;
}
</style>