Shades of Spicy Pink #FC17AA
Tints of Spicy Pink #FC17AA
RGB
CMYK
RGB Variations
Color information
#FC17AA (or 0xFC17AA) is known color: Spicy Pink. HEX triplet: FC, 17 and AA. RGB value is (252,23,170). Sum of RGB (Red+Green+Blue) = 252+23+170=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17AA is #03E855. Grayscale: #6B6B6B. Windows color (decimal): -256086 or 11147260. OLE color: 11147260.
HSL color Cylindrical-coordinate representation of color #FC17AA: hue angle of 321.48º 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 #FC17AA is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 170 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.01 |
| HSL | 321.48º | 0.97% | 0.54% | - |
| HSV(B) | 321.48º | 0.91% | 0.99% | - |
| XYZ | 47.71 | 24.21 | 40.19 | - |
| YUV | 108.23 | 162.87 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 170 | 0 | 0.91 | 0.33 | 0.01 | 321.48 | 0.97 | 0.54 |
| Hex | FC | 17 | AA | 0 | 5B | 21 | 1 | 141 | 61 | 36 |
| Octal | 374 | 27 | 252 | 0 | 133 | 41 | 1 | 501 | 141 | 66 |
| Binary | 11111100 | 10111 | 10101010 | 0 | 1011011 | 100001 | 1 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FC17AA
Complementary color
Monochromatic Colors of #FC17AA
Black with #FC17AA
Text Example
Text Example
White with #FC17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17AA; }
p { color: rgb(252,23,170); }
H1.HeaderClassName
{
color: #FC17AA;
}
.AnyTagClassName
{
color: #FC17AA;
}
</style>
background-color css
<style>
a { background-color: #FC17AA; }
a { background-color: rgb(252,23,170); }
div.DivClassName
{
background-color: #FC17AA;
}
.BgClassName
{
background-color: #FC17AA;
}
</style>
border-color css
<style>
span { border-color: #FC17AA; }
span { border-color: rgb(252,23,170); }
td.TdClassName
{
border-color: #FC17AA;
}
.TagClassName
{
border-color: #FC17AA;
}
</style>