Shades of Spicy Pink #FC16AA
Tints of Spicy Pink #FC16AA
RGB
CMYK
RGB Variations
Color information
#FC16AA (or 0xFC16AA) is known color: Spicy Pink. HEX triplet: FC, 16 and AA. RGB value is (252,22,170). Sum of RGB (Red+Green+Blue) = 252+22+170=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC16AA is #03E955. Grayscale: #6B6B6B. Windows color (decimal): -256342 or 11147004. OLE color: 11147004.
HSL color Cylindrical-coordinate representation of color #FC16AA: hue angle of 321.39º 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 #FC16AA is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 170 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.01 |
| HSL | 321.39º | 0.97% | 0.54% | - |
| HSV(B) | 321.39º | 0.91% | 0.99% | - |
| XYZ | 47.69 | 24.17 | 40.18 | - |
| YUV | 107.64 | 163.2 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 170 | 0 | 0.91 | 0.33 | 0.01 | 321.39 | 0.97 | 0.54 |
| Hex | FC | 16 | AA | 0 | 5B | 21 | 1 | 141 | 61 | 36 |
| Octal | 374 | 26 | 252 | 0 | 133 | 41 | 1 | 501 | 141 | 66 |
| Binary | 11111100 | 10110 | 10101010 | 0 | 1011011 | 100001 | 1 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FC16AA
Complementary color
Monochromatic Colors of #FC16AA
Black with #FC16AA
Text Example
Text Example
White with #FC16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16AA; }
p { color: rgb(252,22,170); }
H1.HeaderClassName
{
color: #FC16AA;
}
.AnyTagClassName
{
color: #FC16AA;
}
</style>
background-color css
<style>
a { background-color: #FC16AA; }
a { background-color: rgb(252,22,170); }
div.DivClassName
{
background-color: #FC16AA;
}
.BgClassName
{
background-color: #FC16AA;
}
</style>
border-color css
<style>
span { border-color: #FC16AA; }
span { border-color: rgb(252,22,170); }
td.TdClassName
{
border-color: #FC16AA;
}
.TagClassName
{
border-color: #FC16AA;
}
</style>