Shades of Spicy Pink #FC17B0
Tints of Spicy Pink #FC17B0
RGB
CMYK
RGB Variations
Color information
#FC17B0 (or 0xFC17B0) is known color: Spicy Pink. HEX triplet: FC, 17 and B0. RGB value is (252,23,176). Sum of RGB (Red+Green+Blue) = 252+23+176=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17B0 is #03E84F. Grayscale: #6C6C6C. Windows color (decimal): -256080 or 11540476. OLE color: 11540476.
HSL color Cylindrical-coordinate representation of color #FC17B0: hue angle of 319.91º degrees, saturation: 0.97, 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 #FC17B0 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 176 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.01 |
| HSL | 319.91º | 0.97% | 0.54% | - |
| HSV(B) | 319.91º | 0.91% | 0.99% | - |
| XYZ | 48.29 | 24.44 | 43.25 | - |
| YUV | 108.91 | 165.87 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 176 | 0 | 0.91 | 0.30 | 0.01 | 319.91 | 0.97 | 0.54 |
| Hex | FC | 17 | B0 | 0 | 5B | 1E | 1 | 140 | 61 | 36 |
| Octal | 374 | 27 | 260 | 0 | 133 | 36 | 1 | 500 | 141 | 66 |
| Binary | 11111100 | 10111 | 10110000 | 0 | 1011011 | 11110 | 1 | 101000000 | 1100001 | 110110 |
Color Harmonies of #FC17B0
Complementary color
Monochromatic Colors of #FC17B0
Black with #FC17B0
Text Example
Text Example
White with #FC17B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17B0; }
p { color: rgb(252,23,176); }
H1.HeaderClassName
{
color: #FC17B0;
}
.AnyTagClassName
{
color: #FC17B0;
}
</style>
background-color css
<style>
a { background-color: #FC17B0; }
a { background-color: rgb(252,23,176); }
div.DivClassName
{
background-color: #FC17B0;
}
.BgClassName
{
background-color: #FC17B0;
}
</style>
border-color css
<style>
span { border-color: #FC17B0; }
span { border-color: rgb(252,23,176); }
td.TdClassName
{
border-color: #FC17B0;
}
.TagClassName
{
border-color: #FC17B0;
}
</style>