Shades of Shocking Pink #FD17B8
Tints of Shocking Pink #FD17B8
RGB
CMYK
RGB Variations
Color information
#FD17B8 (or 0xFD17B8) is known color: Shocking Pink. HEX triplet: FD, 17 and B8. RGB value is (253,23,184). Sum of RGB (Red+Green+Blue) = 253+23+184=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD17B8 is #02E847. Grayscale: #6D6D6D. Windows color (decimal): -190536 or 12064765. OLE color: 12064765.
HSL color Cylindrical-coordinate representation of color #FD17B8: hue angle of 318º 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 #FD17B8 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 184 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.01 |
| HSL | 318º | 0.98% | 0.54% | - |
| HSV(B) | 318º | 0.91% | 0.99% | - |
| XYZ | 49.47 | 24.96 | 47.56 | - |
| YUV | 110.12 | 169.7 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 184 | 0 | 0.91 | 0.27 | 0.01 | 318 | 0.98 | 0.54 |
| Hex | FD | 17 | B8 | 0 | 5B | 1B | 1 | 13E | 62 | 36 |
| Octal | 375 | 27 | 270 | 0 | 133 | 33 | 1 | 476 | 142 | 66 |
| Binary | 11111101 | 10111 | 10111000 | 0 | 1011011 | 11011 | 1 | 100111110 | 1100010 | 110110 |
Color Harmonies of #FD17B8
Complementary color
Monochromatic Colors of #FD17B8
Black with #FD17B8
Text Example
Text Example
White with #FD17B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17B8; }
p { color: rgb(253,23,184); }
H1.HeaderClassName
{
color: #FD17B8;
}
.AnyTagClassName
{
color: #FD17B8;
}
</style>
background-color css
<style>
a { background-color: #FD17B8; }
a { background-color: rgb(253,23,184); }
div.DivClassName
{
background-color: #FD17B8;
}
.BgClassName
{
background-color: #FD17B8;
}
</style>
border-color css
<style>
span { border-color: #FD17B8; }
span { border-color: rgb(253,23,184); }
td.TdClassName
{
border-color: #FD17B8;
}
.TagClassName
{
border-color: #FD17B8;
}
</style>