Shades of Spicy Pink #FE16AC
Tints of Spicy Pink #FE16AC
RGB
CMYK
RGB Variations
Color information
#FE16AC (or 0xFE16AC) is known color: Spicy Pink. HEX triplet: FE, 16 and AC. RGB value is (254,22,172). Sum of RGB (Red+Green+Blue) = 254+22+172=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16AC is #01E953. Grayscale: #6C6C6C. Windows color (decimal): -125268 or 11278078. OLE color: 11278078.
HSL color Cylindrical-coordinate representation of color #FE16AC: hue angle of 321.21º 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 #FE16AC is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 172 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.00 |
| HSL | 321.21º | 0.99% | 0.54% | - |
| HSV(B) | 321.21º | 0.91% | 1% | - |
| XYZ | 48.61 | 24.62 | 41.22 | - |
| YUV | 108.47 | 163.86 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 172 | 0 | 0.91 | 0.32 | 0.00 | 321.21 | 0.99 | 0.54 |
| Hex | FE | 16 | AC | 0 | 5B | 20 | 0 | 141 | 63 | 36 |
| Octal | 376 | 26 | 254 | 0 | 133 | 40 | 0 | 501 | 143 | 66 |
| Binary | 11111110 | 10110 | 10101100 | 0 | 1011011 | 100000 | 0 | 101000001 | 1100011 | 110110 |
Color Harmonies of #FE16AC
Complementary color
Monochromatic Colors of #FE16AC
Black with #FE16AC
Text Example
Text Example
White with #FE16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16AC; }
p { color: rgb(254,22,172); }
H1.HeaderClassName
{
color: #FE16AC;
}
.AnyTagClassName
{
color: #FE16AC;
}
</style>
background-color css
<style>
a { background-color: #FE16AC; }
a { background-color: rgb(254,22,172); }
div.DivClassName
{
background-color: #FE16AC;
}
.BgClassName
{
background-color: #FE16AC;
}
</style>
border-color css
<style>
span { border-color: #FE16AC; }
span { border-color: rgb(254,22,172); }
td.TdClassName
{
border-color: #FE16AC;
}
.TagClassName
{
border-color: #FE16AC;
}
</style>