Shades of Spicy Pink #FF16B5
Tints of Spicy Pink #FF16B5
RGB
CMYK
RGB Variations
Color information
#FF16B5 (or 0xFF16B5) is known color: Spicy Pink. HEX triplet: FF, 16 and B5. RGB value is (255,22,181). Sum of RGB (Red+Green+Blue) = 255+22+181=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF16B5 is #00E94A. Grayscale: #6D6D6D. Windows color (decimal): -59723 or 11867903. OLE color: 11867903.
HSL color Cylindrical-coordinate representation of color #FF16B5: hue angle of 319.06º 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 #FF16B5 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 181 | - |
| CMYK | 0 | 0.91 | 0.29 | 0 |
| HSL | 319.06º | 1% | 0.54% | - |
| HSV(B) | 319.06º | 0.91% | 1% | - |
| XYZ | 49.87 | 25.17 | 45.95 | - |
| YUV | 109.79 | 168.19 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 181 | 0 | 0.91 | 0.29 | 0 | 319.06 | 1 | 0.54 |
| Hex | FF | 16 | B5 | 0 | 5B | 1D | 0 | 13F | 64 | 36 |
| Octal | 377 | 26 | 265 | 0 | 133 | 35 | 0 | 477 | 144 | 66 |
| Binary | 11111111 | 10110 | 10110101 | 0 | 1011011 | 11101 | 0 | 100111111 | 1100100 | 110110 |
Color Harmonies of #FF16B5
Complementary color
Monochromatic Colors of #FF16B5
Black with #FF16B5
Text Example
Text Example
White with #FF16B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16B5; }
p { color: rgb(255,22,181); }
H1.HeaderClassName
{
color: #FF16B5;
}
.AnyTagClassName
{
color: #FF16B5;
}
</style>
background-color css
<style>
a { background-color: #FF16B5; }
a { background-color: rgb(255,22,181); }
div.DivClassName
{
background-color: #FF16B5;
}
.BgClassName
{
background-color: #FF16B5;
}
</style>
border-color css
<style>
span { border-color: #FF16B5; }
span { border-color: rgb(255,22,181); }
td.TdClassName
{
border-color: #FF16B5;
}
.TagClassName
{
border-color: #FF16B5;
}
</style>