Shades of Shocking Pink #FD17D0
Tints of Shocking Pink #FD17D0
RGB
CMYK
RGB Variations
Color information
#FD17D0 (or 0xFD17D0) is known color: Shocking Pink. HEX triplet: FD, 17 and D0. RGB value is (253,23,208). Sum of RGB (Red+Green+Blue) = 253+23+208=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD17D0 is #02E82F. Grayscale: #707070. Windows color (decimal): -190512 or 13637629. OLE color: 13637629.
HSL color Cylindrical-coordinate representation of color #FD17D0: hue angle of 311.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD17D0 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 208 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.01 |
| HSL | 311.74º | 0.98% | 0.54% | - |
| HSV(B) | 311.74º | 0.91% | 0.99% | - |
| XYZ | 52.2 | 26.05 | 61.95 | - |
| YUV | 112.86 | 181.7 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 208 | 0 | 0.91 | 0.18 | 0.01 | 311.74 | 0.98 | 0.54 |
| Hex | FD | 17 | D0 | 0 | 5B | 12 | 1 | 138 | 62 | 36 |
| Octal | 375 | 27 | 320 | 0 | 133 | 22 | 1 | 470 | 142 | 66 |
| Binary | 11111101 | 10111 | 11010000 | 0 | 1011011 | 10010 | 1 | 100111000 | 1100010 | 110110 |
Color Harmonies of #FD17D0
Complementary color
Monochromatic Colors of #FD17D0
Black with #FD17D0
Text Example
Text Example
White with #FD17D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17D0; }
p { color: rgb(253,23,208); }
H1.HeaderClassName
{
color: #FD17D0;
}
.AnyTagClassName
{
color: #FD17D0;
}
</style>
background-color css
<style>
a { background-color: #FD17D0; }
a { background-color: rgb(253,23,208); }
div.DivClassName
{
background-color: #FD17D0;
}
.BgClassName
{
background-color: #FD17D0;
}
</style>
border-color css
<style>
span { border-color: #FD17D0; }
span { border-color: rgb(253,23,208); }
td.TdClassName
{
border-color: #FD17D0;
}
.TagClassName
{
border-color: #FD17D0;
}
</style>