Shades of Spicy Pink #FF16B1
Tints of Spicy Pink #FF16B1
RGB
CMYK
RGB Variations
Color information
#FF16B1 (or 0xFF16B1) is known color: Spicy Pink. HEX triplet: FF, 16 and B1. RGB value is (255,22,177). Sum of RGB (Red+Green+Blue) = 255+22+177=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF16B1 is #00E94E. Grayscale: #6C6C6C. Windows color (decimal): -59727 or 11605759. OLE color: 11605759.
HSL color Cylindrical-coordinate representation of color #FF16B1: hue angle of 320.09º 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 #FF16B1 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 177 | - |
| CMYK | 0 | 0.91 | 0.31 | 0 |
| HSL | 320.09º | 1% | 0.54% | - |
| HSV(B) | 320.09º | 0.91% | 1% | - |
| XYZ | 49.46 | 25.01 | 43.82 | - |
| YUV | 109.34 | 166.19 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 177 | 0 | 0.91 | 0.31 | 0 | 320.09 | 1 | 0.54 |
| Hex | FF | 16 | B1 | 0 | 5B | 1F | 0 | 140 | 64 | 36 |
| Octal | 377 | 26 | 261 | 0 | 133 | 37 | 0 | 500 | 144 | 66 |
| Binary | 11111111 | 10110 | 10110001 | 0 | 1011011 | 11111 | 0 | 101000000 | 1100100 | 110110 |
Color Harmonies of #FF16B1
Complementary color
Monochromatic Colors of #FF16B1
Black with #FF16B1
Text Example
Text Example
White with #FF16B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16B1; }
p { color: rgb(255,22,177); }
H1.HeaderClassName
{
color: #FF16B1;
}
.AnyTagClassName
{
color: #FF16B1;
}
</style>
background-color css
<style>
a { background-color: #FF16B1; }
a { background-color: rgb(255,22,177); }
div.DivClassName
{
background-color: #FF16B1;
}
.BgClassName
{
background-color: #FF16B1;
}
</style>
border-color css
<style>
span { border-color: #FF16B1; }
span { border-color: rgb(255,22,177); }
td.TdClassName
{
border-color: #FF16B1;
}
.TagClassName
{
border-color: #FF16B1;
}
</style>