Shades of Spicy Pink #FC17AB
Tints of Spicy Pink #FC17AB
RGB
CMYK
RGB Variations
Color information
#FC17AB (or 0xFC17AB) is known color: Spicy Pink. HEX triplet: FC, 17 and AB. RGB value is (252,23,171). Sum of RGB (Red+Green+Blue) = 252+23+171=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17AB is #03E854. Grayscale: #6B6B6B. Windows color (decimal): -256085 or 11212796. OLE color: 11212796.
HSL color Cylindrical-coordinate representation of color #FC17AB: hue angle of 321.22º 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 #FC17AB is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 171 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.01 |
| HSL | 321.22º | 0.97% | 0.54% | - |
| HSV(B) | 321.22º | 0.91% | 0.99% | - |
| XYZ | 47.8 | 24.25 | 40.69 | - |
| YUV | 108.34 | 163.37 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 171 | 0 | 0.91 | 0.32 | 0.01 | 321.22 | 0.97 | 0.54 |
| Hex | FC | 17 | AB | 0 | 5B | 20 | 1 | 141 | 61 | 36 |
| Octal | 374 | 27 | 253 | 0 | 133 | 40 | 1 | 501 | 141 | 66 |
| Binary | 11111100 | 10111 | 10101011 | 0 | 1011011 | 100000 | 1 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FC17AB
Complementary color
Monochromatic Colors of #FC17AB
Black with #FC17AB
Text Example
Text Example
White with #FC17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17AB; }
p { color: rgb(252,23,171); }
H1.HeaderClassName
{
color: #FC17AB;
}
.AnyTagClassName
{
color: #FC17AB;
}
</style>
background-color css
<style>
a { background-color: #FC17AB; }
a { background-color: rgb(252,23,171); }
div.DivClassName
{
background-color: #FC17AB;
}
.BgClassName
{
background-color: #FC17AB;
}
</style>
border-color css
<style>
span { border-color: #FC17AB; }
span { border-color: rgb(252,23,171); }
td.TdClassName
{
border-color: #FC17AB;
}
.TagClassName
{
border-color: #FC17AB;
}
</style>