Shades of Spicy Pink #FE16B7
Tints of Spicy Pink #FE16B7
RGB
CMYK
RGB Variations
Color information
#FE16B7 (or 0xFE16B7) is known color: Spicy Pink. HEX triplet: FE, 16 and B7. RGB value is (254,22,183). Sum of RGB (Red+Green+Blue) = 254+22+183=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16B7 is #01E948. Grayscale: #6D6D6D. Windows color (decimal): -125257 or 11998974. OLE color: 11998974.
HSL color Cylindrical-coordinate representation of color #FE16B7: hue angle of 318.36º 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 #FE16B7 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 183 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.00 |
| HSL | 318.36º | 0.99% | 0.54% | - |
| HSV(B) | 318.36º | 0.91% | 1% | - |
| XYZ | 49.71 | 25.06 | 47.02 | - |
| YUV | 109.72 | 169.36 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 183 | 0 | 0.91 | 0.28 | 0.00 | 318.36 | 0.99 | 0.54 |
| Hex | FE | 16 | B7 | 0 | 5B | 1C | 0 | 13E | 63 | 36 |
| Octal | 376 | 26 | 267 | 0 | 133 | 34 | 0 | 476 | 143 | 66 |
| Binary | 11111110 | 10110 | 10110111 | 0 | 1011011 | 11100 | 0 | 100111110 | 1100011 | 110110 |
Color Harmonies of #FE16B7
Complementary color
Monochromatic Colors of #FE16B7
Black with #FE16B7
Text Example
Text Example
White with #FE16B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16B7; }
p { color: rgb(254,22,183); }
H1.HeaderClassName
{
color: #FE16B7;
}
.AnyTagClassName
{
color: #FE16B7;
}
</style>
background-color css
<style>
a { background-color: #FE16B7; }
a { background-color: rgb(254,22,183); }
div.DivClassName
{
background-color: #FE16B7;
}
.BgClassName
{
background-color: #FE16B7;
}
</style>
border-color css
<style>
span { border-color: #FE16B7; }
span { border-color: rgb(254,22,183); }
td.TdClassName
{
border-color: #FE16B7;
}
.TagClassName
{
border-color: #FE16B7;
}
</style>