Shades of Shocking Pink #FD17BB
Tints of Shocking Pink #FD17BB
RGB
CMYK
RGB Variations
Color information
#FD17BB (or 0xFD17BB) is known color: Shocking Pink. HEX triplet: FD, 17 and BB. RGB value is (253,23,187). Sum of RGB (Red+Green+Blue) = 253+23+187=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD17BB is #02E844. Grayscale: #6E6E6E. Windows color (decimal): -190533 or 12261373. OLE color: 12261373.
HSL color Cylindrical-coordinate representation of color #FD17BB: hue angle of 317.22º 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 #FD17BB is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 187 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.01 |
| HSL | 317.22º | 0.98% | 0.54% | - |
| HSV(B) | 317.22º | 0.91% | 0.99% | - |
| XYZ | 49.78 | 25.08 | 49.23 | - |
| YUV | 110.47 | 171.2 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 187 | 0 | 0.91 | 0.26 | 0.01 | 317.22 | 0.98 | 0.54 |
| Hex | FD | 17 | BB | 0 | 5B | 1A | 1 | 13D | 62 | 36 |
| Octal | 375 | 27 | 273 | 0 | 133 | 32 | 1 | 475 | 142 | 66 |
| Binary | 11111101 | 10111 | 10111011 | 0 | 1011011 | 11010 | 1 | 100111101 | 1100010 | 110110 |
Color Harmonies of #FD17BB
Complementary color
Monochromatic Colors of #FD17BB
Black with #FD17BB
Text Example
Text Example
White with #FD17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17BB; }
p { color: rgb(253,23,187); }
H1.HeaderClassName
{
color: #FD17BB;
}
.AnyTagClassName
{
color: #FD17BB;
}
</style>
background-color css
<style>
a { background-color: #FD17BB; }
a { background-color: rgb(253,23,187); }
div.DivClassName
{
background-color: #FD17BB;
}
.BgClassName
{
background-color: #FD17BB;
}
</style>
border-color css
<style>
span { border-color: #FD17BB; }
span { border-color: rgb(253,23,187); }
td.TdClassName
{
border-color: #FD17BB;
}
.TagClassName
{
border-color: #FD17BB;
}
</style>