Shades of Shocking Pink #FD10BD
Tints of Shocking Pink #FD10BD
RGB
CMYK
RGB Variations
Color information
#FD10BD (or 0xFD10BD) is known color: Shocking Pink. HEX triplet: FD, 10 and BD. RGB value is (253,16,189). Sum of RGB (Red+Green+Blue) = 253+16+189=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD10BD is #02EF42. Grayscale: #6A6A6A. Windows color (decimal): -192323 or 12390653. OLE color: 12390653.
HSL color Cylindrical-coordinate representation of color #FD10BD: hue angle of 316.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD10BD is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 189 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.01 |
| HSL | 316.2º | 0.98% | 0.53% | - |
| HSV(B) | 316.2º | 0.94% | 0.99% | - |
| XYZ | 49.88 | 24.93 | 50.33 | - |
| YUV | 106.59 | 174.52 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 189 | 0 | 0.94 | 0.25 | 0.01 | 316.2 | 0.98 | 0.53 |
| Hex | FD | 10 | BD | 0 | 5E | 19 | 1 | 13C | 62 | 35 |
| Octal | 375 | 20 | 275 | 0 | 136 | 31 | 1 | 474 | 142 | 65 |
| Binary | 11111101 | 10000 | 10111101 | 0 | 1011110 | 11001 | 1 | 100111100 | 1100010 | 110101 |
Color Harmonies of #FD10BD
Complementary color
Monochromatic Colors of #FD10BD
Black with #FD10BD
Text Example
Text Example
White with #FD10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD10BD; }
p { color: rgb(253,16,189); }
H1.HeaderClassName
{
color: #FD10BD;
}
.AnyTagClassName
{
color: #FD10BD;
}
</style>
background-color css
<style>
a { background-color: #FD10BD; }
a { background-color: rgb(253,16,189); }
div.DivClassName
{
background-color: #FD10BD;
}
.BgClassName
{
background-color: #FD10BD;
}
</style>
border-color css
<style>
span { border-color: #FD10BD; }
span { border-color: rgb(253,16,189); }
td.TdClassName
{
border-color: #FD10BD;
}
.TagClassName
{
border-color: #FD10BD;
}
</style>