Shades of Spicy Pink #FE16A6
Tints of Spicy Pink #FE16A6
RGB
CMYK
RGB Variations
Color information
#FE16A6 (or 0xFE16A6) is known color: Spicy Pink. HEX triplet: FE, 16 and A6. RGB value is (254,22,166). Sum of RGB (Red+Green+Blue) = 254+22+166=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16A6 is #01E959. Grayscale: #6B6B6B. Windows color (decimal): -125274 or 10884862. OLE color: 10884862.
HSL color Cylindrical-coordinate representation of color #FE16A6: hue angle of 322.76º 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 #FE16A6 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 166 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.00 |
| HSL | 322.76º | 0.99% | 0.54% | - |
| HSV(B) | 322.76º | 0.91% | 1% | - |
| XYZ | 48.04 | 24.4 | 38.25 | - |
| YUV | 107.78 | 160.86 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 166 | 0 | 0.91 | 0.35 | 0.00 | 322.76 | 0.99 | 0.54 |
| Hex | FE | 16 | A6 | 0 | 5B | 23 | 0 | 143 | 63 | 36 |
| Octal | 376 | 26 | 246 | 0 | 133 | 43 | 0 | 503 | 143 | 66 |
| Binary | 11111110 | 10110 | 10100110 | 0 | 1011011 | 100011 | 0 | 101000011 | 1100011 | 110110 |
Color Harmonies of #FE16A6
Complementary color
Monochromatic Colors of #FE16A6
Black with #FE16A6
Text Example
Text Example
White with #FE16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16A6; }
p { color: rgb(254,22,166); }
H1.HeaderClassName
{
color: #FE16A6;
}
.AnyTagClassName
{
color: #FE16A6;
}
</style>
background-color css
<style>
a { background-color: #FE16A6; }
a { background-color: rgb(254,22,166); }
div.DivClassName
{
background-color: #FE16A6;
}
.BgClassName
{
background-color: #FE16A6;
}
</style>
border-color css
<style>
span { border-color: #FE16A6; }
span { border-color: rgb(254,22,166); }
td.TdClassName
{
border-color: #FE16A6;
}
.TagClassName
{
border-color: #FE16A6;
}
</style>