Shades of Shocking Pink #FD17CF
Tints of Shocking Pink #FD17CF
RGB
CMYK
RGB Variations
Color information
#FD17CF (or 0xFD17CF) is known color: Shocking Pink. HEX triplet: FD, 17 and CF. RGB value is (253,23,207). Sum of RGB (Red+Green+Blue) = 253+23+207=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD17CF is #02E830. Grayscale: #707070. Windows color (decimal): -190513 or 13572093. OLE color: 13572093.
HSL color Cylindrical-coordinate representation of color #FD17CF: hue angle of 312º 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 #FD17CF is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 207 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.01 |
| HSL | 312º | 0.98% | 0.54% | - |
| HSV(B) | 312º | 0.91% | 0.99% | - |
| XYZ | 52.08 | 26 | 61.31 | - |
| YUV | 112.75 | 181.2 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 207 | 0 | 0.91 | 0.18 | 0.01 | 312 | 0.98 | 0.54 |
| Hex | FD | 17 | CF | 0 | 5B | 12 | 1 | 138 | 62 | 36 |
| Octal | 375 | 27 | 317 | 0 | 133 | 22 | 1 | 470 | 142 | 66 |
| Binary | 11111101 | 10111 | 11001111 | 0 | 1011011 | 10010 | 1 | 100111000 | 1100010 | 110110 |
Color Harmonies of #FD17CF
Complementary color
Monochromatic Colors of #FD17CF
Black with #FD17CF
Text Example
Text Example
White with #FD17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17CF; }
p { color: rgb(253,23,207); }
H1.HeaderClassName
{
color: #FD17CF;
}
.AnyTagClassName
{
color: #FD17CF;
}
</style>
background-color css
<style>
a { background-color: #FD17CF; }
a { background-color: rgb(253,23,207); }
div.DivClassName
{
background-color: #FD17CF;
}
.BgClassName
{
background-color: #FD17CF;
}
</style>
border-color css
<style>
span { border-color: #FD17CF; }
span { border-color: rgb(253,23,207); }
td.TdClassName
{
border-color: #FD17CF;
}
.TagClassName
{
border-color: #FD17CF;
}
</style>