Shades of Spicy Pink #FF16AA
Tints of Spicy Pink #FF16AA
RGB
CMYK
RGB Variations
Color information
#FF16AA (or 0xFF16AA) is known color: Spicy Pink. HEX triplet: FF, 16 and AA. RGB value is (255,22,170). Sum of RGB (Red+Green+Blue) = 255+22+170=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF16AA is #00E955. Grayscale: #6C6C6C. Windows color (decimal): -59734 or 11147007. OLE color: 11147007.
HSL color Cylindrical-coordinate representation of color #FF16AA: hue angle of 321.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF16AA is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 170 | - |
| CMYK | 0 | 0.91 | 0.33 | 0 |
| HSL | 321.89º | 1% | 0.54% | - |
| HSV(B) | 321.89º | 0.91% | 1% | - |
| XYZ | 48.78 | 24.74 | 40.23 | - |
| YUV | 108.54 | 162.69 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 170 | 0 | 0.91 | 0.33 | 0 | 321.89 | 1 | 0.54 |
| Hex | FF | 16 | AA | 0 | 5B | 21 | 0 | 142 | 64 | 36 |
| Octal | 377 | 26 | 252 | 0 | 133 | 41 | 0 | 502 | 144 | 66 |
| Binary | 11111111 | 10110 | 10101010 | 0 | 1011011 | 100001 | 0 | 101000010 | 1100100 | 110110 |
Color Harmonies of #FF16AA
Complementary color
Monochromatic Colors of #FF16AA
Black with #FF16AA
Text Example
Text Example
White with #FF16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16AA; }
p { color: rgb(255,22,170); }
H1.HeaderClassName
{
color: #FF16AA;
}
.AnyTagClassName
{
color: #FF16AA;
}
</style>
background-color css
<style>
a { background-color: #FF16AA; }
a { background-color: rgb(255,22,170); }
div.DivClassName
{
background-color: #FF16AA;
}
.BgClassName
{
background-color: #FF16AA;
}
</style>
border-color css
<style>
span { border-color: #FF16AA; }
span { border-color: rgb(255,22,170); }
td.TdClassName
{
border-color: #FF16AA;
}
.TagClassName
{
border-color: #FF16AA;
}
</style>