Shades of Shocking Pink #FD17D7
Tints of Shocking Pink #FD17D7
RGB
CMYK
RGB Variations
Color information
#FD17D7 (or 0xFD17D7) is known color: Shocking Pink. HEX triplet: FD, 17 and D7. RGB value is (253,23,215). Sum of RGB (Red+Green+Blue) = 253+23+215=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD17D7 is #02E828. Grayscale: #717171. Windows color (decimal): -190505 or 14096381. OLE color: 14096381.
HSL color Cylindrical-coordinate representation of color #FD17D7: hue angle of 309.91º 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 #FD17D7 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 215 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.01 |
| HSL | 309.91º | 0.98% | 0.54% | - |
| HSV(B) | 309.91º | 0.91% | 0.99% | - |
| XYZ | 53.08 | 26.4 | 66.59 | - |
| YUV | 113.66 | 185.2 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 215 | 0 | 0.91 | 0.15 | 0.01 | 309.91 | 0.98 | 0.54 |
| Hex | FD | 17 | D7 | 0 | 5B | F | 1 | 136 | 62 | 36 |
| Octal | 375 | 27 | 327 | 0 | 133 | 17 | 1 | 466 | 142 | 66 |
| Binary | 11111101 | 10111 | 11010111 | 0 | 1011011 | 1111 | 1 | 100110110 | 1100010 | 110110 |
Color Harmonies of #FD17D7
Complementary color
Monochromatic Colors of #FD17D7
Black with #FD17D7
Text Example
Text Example
White with #FD17D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17D7; }
p { color: rgb(253,23,215); }
H1.HeaderClassName
{
color: #FD17D7;
}
.AnyTagClassName
{
color: #FD17D7;
}
</style>
background-color css
<style>
a { background-color: #FD17D7; }
a { background-color: rgb(253,23,215); }
div.DivClassName
{
background-color: #FD17D7;
}
.BgClassName
{
background-color: #FD17D7;
}
</style>
border-color css
<style>
span { border-color: #FD17D7; }
span { border-color: rgb(253,23,215); }
td.TdClassName
{
border-color: #FD17D7;
}
.TagClassName
{
border-color: #FD17D7;
}
</style>