Shades of Spicy Pink #FE16B1
Tints of Spicy Pink #FE16B1
RGB
CMYK
RGB Variations
Color information
#FE16B1 (or 0xFE16B1) is known color: Spicy Pink. HEX triplet: FE, 16 and B1. RGB value is (254,22,177). Sum of RGB (Red+Green+Blue) = 254+22+177=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16B1 is #01E94E. Grayscale: #6C6C6C. Windows color (decimal): -125263 or 11605758. OLE color: 11605758.
HSL color Cylindrical-coordinate representation of color #FE16B1: hue angle of 319.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE16B1 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 177 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.00 |
| HSL | 319.91º | 0.99% | 0.54% | - |
| HSV(B) | 319.91º | 0.91% | 1% | - |
| XYZ | 49.1 | 24.82 | 43.8 | - |
| YUV | 109.04 | 166.36 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 177 | 0 | 0.91 | 0.30 | 0.00 | 319.91 | 0.99 | 0.54 |
| Hex | FE | 16 | B1 | 0 | 5B | 1E | 0 | 140 | 63 | 36 |
| Octal | 376 | 26 | 261 | 0 | 133 | 36 | 0 | 500 | 143 | 66 |
| Binary | 11111110 | 10110 | 10110001 | 0 | 1011011 | 11110 | 0 | 101000000 | 1100011 | 110110 |
Color Harmonies of #FE16B1
Complementary color
Monochromatic Colors of #FE16B1
Black with #FE16B1
Text Example
Text Example
White with #FE16B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16B1; }
p { color: rgb(254,22,177); }
H1.HeaderClassName
{
color: #FE16B1;
}
.AnyTagClassName
{
color: #FE16B1;
}
</style>
background-color css
<style>
a { background-color: #FE16B1; }
a { background-color: rgb(254,22,177); }
div.DivClassName
{
background-color: #FE16B1;
}
.BgClassName
{
background-color: #FE16B1;
}
</style>
border-color css
<style>
span { border-color: #FE16B1; }
span { border-color: rgb(254,22,177); }
td.TdClassName
{
border-color: #FE16B1;
}
.TagClassName
{
border-color: #FE16B1;
}
</style>