Shades of Spicy Pink #FE16A8
Tints of Spicy Pink #FE16A8
RGB
CMYK
RGB Variations
Color information
#FE16A8 (or 0xFE16A8) is known color: Spicy Pink. HEX triplet: FE, 16 and A8. RGB value is (254,22,168). Sum of RGB (Red+Green+Blue) = 254+22+168=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16A8 is #01E957. Grayscale: #6B6B6B. Windows color (decimal): -125272 or 11015934. OLE color: 11015934.
HSL color Cylindrical-coordinate representation of color #FE16A8: hue angle of 322.24º 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 #FE16A8 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 168 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.00 |
| HSL | 322.24º | 0.99% | 0.54% | - |
| HSV(B) | 322.24º | 0.91% | 1% | - |
| XYZ | 48.23 | 24.47 | 39.23 | - |
| YUV | 108.01 | 161.86 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 168 | 0 | 0.91 | 0.34 | 0.00 | 322.24 | 0.99 | 0.54 |
| Hex | FE | 16 | A8 | 0 | 5B | 22 | 0 | 142 | 63 | 36 |
| Octal | 376 | 26 | 250 | 0 | 133 | 42 | 0 | 502 | 143 | 66 |
| Binary | 11111110 | 10110 | 10101000 | 0 | 1011011 | 100010 | 0 | 101000010 | 1100011 | 110110 |
Color Harmonies of #FE16A8
Complementary color
Monochromatic Colors of #FE16A8
Black with #FE16A8
Text Example
Text Example
White with #FE16A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16A8; }
p { color: rgb(254,22,168); }
H1.HeaderClassName
{
color: #FE16A8;
}
.AnyTagClassName
{
color: #FE16A8;
}
</style>
background-color css
<style>
a { background-color: #FE16A8; }
a { background-color: rgb(254,22,168); }
div.DivClassName
{
background-color: #FE16A8;
}
.BgClassName
{
background-color: #FE16A8;
}
</style>
border-color css
<style>
span { border-color: #FE16A8; }
span { border-color: rgb(254,22,168); }
td.TdClassName
{
border-color: #FE16A8;
}
.TagClassName
{
border-color: #FE16A8;
}
</style>