Shades of Shocking Pink #FD17D4
Tints of Shocking Pink #FD17D4
RGB
CMYK
RGB Variations
Color information
#FD17D4 (or 0xFD17D4) is known color: Shocking Pink. HEX triplet: FD, 17 and D4. RGB value is (253,23,212). Sum of RGB (Red+Green+Blue) = 253+23+212=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD17D4 is #02E82B. Grayscale: #707070. Windows color (decimal): -190508 or 13899773. OLE color: 13899773.
HSL color Cylindrical-coordinate representation of color #FD17D4: hue angle of 310.7º 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 #FD17D4 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 212 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.01 |
| HSL | 310.7º | 0.98% | 0.54% | - |
| HSV(B) | 310.7º | 0.91% | 0.99% | - |
| XYZ | 52.7 | 26.25 | 64.58 | - |
| YUV | 113.32 | 183.7 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 212 | 0 | 0.91 | 0.16 | 0.01 | 310.7 | 0.98 | 0.54 |
| Hex | FD | 17 | D4 | 0 | 5B | 10 | 1 | 137 | 62 | 36 |
| Octal | 375 | 27 | 324 | 0 | 133 | 20 | 1 | 467 | 142 | 66 |
| Binary | 11111101 | 10111 | 11010100 | 0 | 1011011 | 10000 | 1 | 100110111 | 1100010 | 110110 |
Color Harmonies of #FD17D4
Complementary color
Monochromatic Colors of #FD17D4
Black with #FD17D4
Text Example
Text Example
White with #FD17D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17D4; }
p { color: rgb(253,23,212); }
H1.HeaderClassName
{
color: #FD17D4;
}
.AnyTagClassName
{
color: #FD17D4;
}
</style>
background-color css
<style>
a { background-color: #FD17D4; }
a { background-color: rgb(253,23,212); }
div.DivClassName
{
background-color: #FD17D4;
}
.BgClassName
{
background-color: #FD17D4;
}
</style>
border-color css
<style>
span { border-color: #FD17D4; }
span { border-color: rgb(253,23,212); }
td.TdClassName
{
border-color: #FD17D4;
}
.TagClassName
{
border-color: #FD17D4;
}
</style>