Shades of Shocking Pink #FD0DB7
Tints of Shocking Pink #FD0DB7
RGB
CMYK
RGB Variations
Color information
#FD0DB7 (or 0xFD0DB7) is known color: Shocking Pink. HEX triplet: FD, 0D and B7. RGB value is (253,13,183). Sum of RGB (Red+Green+Blue) = 253+13+183=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0DB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0DB7 is #02F248. Grayscale: #676767. Windows color (decimal): -193097 or 11996669. OLE color: 11996669.
HSL color Cylindrical-coordinate representation of color #FD0DB7: hue angle of 317.5º 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 #FD0DB7 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 183 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.01 |
| HSL | 317.5º | 0.98% | 0.52% | - |
| HSV(B) | 317.5º | 0.95% | 0.99% | - |
| XYZ | 49.2 | 24.59 | 46.95 | - |
| YUV | 104.14 | 172.51 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 183 | 0 | 0.95 | 0.28 | 0.01 | 317.5 | 0.98 | 0.52 |
| Hex | FD | D | B7 | 0 | 5F | 1C | 1 | 13E | 62 | 34 |
| Octal | 375 | 15 | 267 | 0 | 137 | 34 | 1 | 476 | 142 | 64 |
| Binary | 11111101 | 1101 | 10110111 | 0 | 1011111 | 11100 | 1 | 100111110 | 1100010 | 110100 |
Color Harmonies of #FD0DB7
Complementary color
Monochromatic Colors of #FD0DB7
Black with #FD0DB7
Text Example
Text Example
White with #FD0DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0DB7; }
p { color: rgb(253,13,183); }
H1.HeaderClassName
{
color: #FD0DB7;
}
.AnyTagClassName
{
color: #FD0DB7;
}
</style>
background-color css
<style>
a { background-color: #FD0DB7; }
a { background-color: rgb(253,13,183); }
div.DivClassName
{
background-color: #FD0DB7;
}
.BgClassName
{
background-color: #FD0DB7;
}
</style>
border-color css
<style>
span { border-color: #FD0DB7; }
span { border-color: rgb(253,13,183); }
td.TdClassName
{
border-color: #FD0DB7;
}
.TagClassName
{
border-color: #FD0DB7;
}
</style>