Shades of Spicy Pink #FF16A1
Tints of Spicy Pink #FF16A1
RGB
CMYK
RGB Variations
Color information
#FF16A1 (or 0xFF16A1) is known color: Spicy Pink. HEX triplet: FF, 16 and A1. RGB value is (255,22,161). Sum of RGB (Red+Green+Blue) = 255+22+161=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF16A1 is #00E95E. Grayscale: #6B6B6B. Windows color (decimal): -59743 or 10557183. OLE color: 10557183.
HSL color Cylindrical-coordinate representation of color #FF16A1: hue angle of 324.21º 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 #FF16A1 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 161 | - |
| CMYK | 0 | 0.91 | 0.37 | 0 |
| HSL | 324.21º | 1% | 0.54% | - |
| HSV(B) | 324.21º | 0.91% | 1% | - |
| XYZ | 47.96 | 24.41 | 35.9 | - |
| YUV | 107.51 | 158.19 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 161 | 0 | 0.91 | 0.37 | 0 | 324.21 | 1 | 0.54 |
| Hex | FF | 16 | A1 | 0 | 5B | 25 | 0 | 144 | 64 | 36 |
| Octal | 377 | 26 | 241 | 0 | 133 | 45 | 0 | 504 | 144 | 66 |
| Binary | 11111111 | 10110 | 10100001 | 0 | 1011011 | 100101 | 0 | 101000100 | 1100100 | 110110 |
Color Harmonies of #FF16A1
Complementary color
Monochromatic Colors of #FF16A1
Black with #FF16A1
Text Example
Text Example
White with #FF16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16A1; }
p { color: rgb(255,22,161); }
H1.HeaderClassName
{
color: #FF16A1;
}
.AnyTagClassName
{
color: #FF16A1;
}
</style>
background-color css
<style>
a { background-color: #FF16A1; }
a { background-color: rgb(255,22,161); }
div.DivClassName
{
background-color: #FF16A1;
}
.BgClassName
{
background-color: #FF16A1;
}
</style>
border-color css
<style>
span { border-color: #FF16A1; }
span { border-color: rgb(255,22,161); }
td.TdClassName
{
border-color: #FF16A1;
}
.TagClassName
{
border-color: #FF16A1;
}
</style>