Shades of Shocking Pink #FD0DB9
Tints of Shocking Pink #FD0DB9
RGB
CMYK
RGB Variations
Color information
#FD0DB9 (or 0xFD0DB9) is known color: Shocking Pink. HEX triplet: FD, 0D and B9. RGB value is (253,13,185). Sum of RGB (Red+Green+Blue) = 253+13+185=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0DB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0DB9 is #02F246. Grayscale: #676767. Windows color (decimal): -193095 or 12127741. OLE color: 12127741.
HSL color Cylindrical-coordinate representation of color #FD0DB9: hue angle of 317º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0DB9 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 185 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.01 |
| HSL | 317º | 0.98% | 0.52% | - |
| HSV(B) | 317º | 0.95% | 0.99% | - |
| XYZ | 49.41 | 24.67 | 48.06 | - |
| YUV | 104.37 | 173.51 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 185 | 0 | 0.95 | 0.27 | 0.01 | 317 | 0.98 | 0.52 |
| Hex | FD | D | B9 | 0 | 5F | 1B | 1 | 13D | 62 | 34 |
| Octal | 375 | 15 | 271 | 0 | 137 | 33 | 1 | 475 | 142 | 64 |
| Binary | 11111101 | 1101 | 10111001 | 0 | 1011111 | 11011 | 1 | 100111101 | 1100010 | 110100 |
Color Harmonies of #FD0DB9
Complementary color
Monochromatic Colors of #FD0DB9
Black with #FD0DB9
Text Example
Text Example
White with #FD0DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0DB9; }
p { color: rgb(253,13,185); }
H1.HeaderClassName
{
color: #FD0DB9;
}
.AnyTagClassName
{
color: #FD0DB9;
}
</style>
background-color css
<style>
a { background-color: #FD0DB9; }
a { background-color: rgb(253,13,185); }
div.DivClassName
{
background-color: #FD0DB9;
}
.BgClassName
{
background-color: #FD0DB9;
}
</style>
border-color css
<style>
span { border-color: #FD0DB9; }
span { border-color: rgb(253,13,185); }
td.TdClassName
{
border-color: #FD0DB9;
}
.TagClassName
{
border-color: #FD0DB9;
}
</style>