Shades of Spicy Pink #FE16AF
Tints of Spicy Pink #FE16AF
RGB
CMYK
RGB Variations
Color information
#FE16AF (or 0xFE16AF) is known color: Spicy Pink. HEX triplet: FE, 16 and AF. RGB value is (254,22,175). Sum of RGB (Red+Green+Blue) = 254+22+175=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16AF is #01E950. Grayscale: #6C6C6C. Windows color (decimal): -125265 or 11474686. OLE color: 11474686.
HSL color Cylindrical-coordinate representation of color #FE16AF: hue angle of 320.43º 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 #FE16AF is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 175 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.00 |
| HSL | 320.43º | 0.99% | 0.54% | - |
| HSV(B) | 320.43º | 0.91% | 1% | - |
| XYZ | 48.9 | 24.74 | 42.76 | - |
| YUV | 108.81 | 165.36 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 175 | 0 | 0.91 | 0.31 | 0.00 | 320.43 | 0.99 | 0.54 |
| Hex | FE | 16 | AF | 0 | 5B | 1F | 0 | 140 | 63 | 36 |
| Octal | 376 | 26 | 257 | 0 | 133 | 37 | 0 | 500 | 143 | 66 |
| Binary | 11111110 | 10110 | 10101111 | 0 | 1011011 | 11111 | 0 | 101000000 | 1100011 | 110110 |
Color Harmonies of #FE16AF
Complementary color
Monochromatic Colors of #FE16AF
Black with #FE16AF
Text Example
Text Example
White with #FE16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16AF; }
p { color: rgb(254,22,175); }
H1.HeaderClassName
{
color: #FE16AF;
}
.AnyTagClassName
{
color: #FE16AF;
}
</style>
background-color css
<style>
a { background-color: #FE16AF; }
a { background-color: rgb(254,22,175); }
div.DivClassName
{
background-color: #FE16AF;
}
.BgClassName
{
background-color: #FE16AF;
}
</style>
border-color css
<style>
span { border-color: #FE16AF; }
span { border-color: rgb(254,22,175); }
td.TdClassName
{
border-color: #FE16AF;
}
.TagClassName
{
border-color: #FE16AF;
}
</style>