Shades of Spicy Pink #FF16B2
Tints of Spicy Pink #FF16B2
RGB
CMYK
RGB Variations
Color information
#FF16B2 (or 0xFF16B2) is known color: Spicy Pink. HEX triplet: FF, 16 and B2. RGB value is (255,22,178). Sum of RGB (Red+Green+Blue) = 255+22+178=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF16B2 is #00E94D. Grayscale: #6D6D6D. Windows color (decimal): -59726 or 11671295. OLE color: 11671295.
HSL color Cylindrical-coordinate representation of color #FF16B2: hue angle of 319.83º 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 #FF16B2 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 178 | - |
| CMYK | 0 | 0.91 | 0.30 | 0 |
| HSL | 319.83º | 1% | 0.54% | - |
| HSV(B) | 319.83º | 0.91% | 1% | - |
| XYZ | 49.56 | 25.05 | 44.34 | - |
| YUV | 109.45 | 166.69 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 178 | 0 | 0.91 | 0.30 | 0 | 319.83 | 1 | 0.54 |
| Hex | FF | 16 | B2 | 0 | 5B | 1E | 0 | 140 | 64 | 36 |
| Octal | 377 | 26 | 262 | 0 | 133 | 36 | 0 | 500 | 144 | 66 |
| Binary | 11111111 | 10110 | 10110010 | 0 | 1011011 | 11110 | 0 | 101000000 | 1100100 | 110110 |
Color Harmonies of #FF16B2
Complementary color
Monochromatic Colors of #FF16B2
Black with #FF16B2
Text Example
Text Example
White with #FF16B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16B2; }
p { color: rgb(255,22,178); }
H1.HeaderClassName
{
color: #FF16B2;
}
.AnyTagClassName
{
color: #FF16B2;
}
</style>
background-color css
<style>
a { background-color: #FF16B2; }
a { background-color: rgb(255,22,178); }
div.DivClassName
{
background-color: #FF16B2;
}
.BgClassName
{
background-color: #FF16B2;
}
</style>
border-color css
<style>
span { border-color: #FF16B2; }
span { border-color: rgb(255,22,178); }
td.TdClassName
{
border-color: #FF16B2;
}
.TagClassName
{
border-color: #FF16B2;
}
</style>