Shades of Spicy Pink #FF16AB
Tints of Spicy Pink #FF16AB
RGB
CMYK
RGB Variations
Color information
#FF16AB (or 0xFF16AB) is known color: Spicy Pink. HEX triplet: FF, 16 and AB. RGB value is (255,22,171). Sum of RGB (Red+Green+Blue) = 255+22+171=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF16AB is #00E954. Grayscale: #6C6C6C. Windows color (decimal): -59733 or 11212543. OLE color: 11212543.
HSL color Cylindrical-coordinate representation of color #FF16AB: hue angle of 321.63º 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 #FF16AB is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 171 | - |
| CMYK | 0 | 0.91 | 0.33 | 0 |
| HSL | 321.63º | 1% | 0.54% | - |
| HSV(B) | 321.63º | 0.91% | 1% | - |
| XYZ | 48.88 | 24.77 | 40.73 | - |
| YUV | 108.65 | 163.19 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 171 | 0 | 0.91 | 0.33 | 0 | 321.63 | 1 | 0.54 |
| Hex | FF | 16 | AB | 0 | 5B | 21 | 0 | 142 | 64 | 36 |
| Octal | 377 | 26 | 253 | 0 | 133 | 41 | 0 | 502 | 144 | 66 |
| Binary | 11111111 | 10110 | 10101011 | 0 | 1011011 | 100001 | 0 | 101000010 | 1100100 | 110110 |
Color Harmonies of #FF16AB
Complementary color
Monochromatic Colors of #FF16AB
Black with #FF16AB
Text Example
Text Example
White with #FF16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16AB; }
p { color: rgb(255,22,171); }
H1.HeaderClassName
{
color: #FF16AB;
}
.AnyTagClassName
{
color: #FF16AB;
}
</style>
background-color css
<style>
a { background-color: #FF16AB; }
a { background-color: rgb(255,22,171); }
div.DivClassName
{
background-color: #FF16AB;
}
.BgClassName
{
background-color: #FF16AB;
}
</style>
border-color css
<style>
span { border-color: #FF16AB; }
span { border-color: rgb(255,22,171); }
td.TdClassName
{
border-color: #FF16AB;
}
.TagClassName
{
border-color: #FF16AB;
}
</style>