Shades of Spicy Pink #FE10AA
Tints of Spicy Pink #FE10AA
RGB
CMYK
RGB Variations
Color information
#FE10AA (or 0xFE10AA) is known color: Spicy Pink. HEX triplet: FE, 10 and AA. RGB value is (254,16,170). Sum of RGB (Red+Green+Blue) = 254+16+170=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE10AA is #01EF55. Grayscale: #686868. Windows color (decimal): -126806 or 11145470. OLE color: 11145470.
HSL color Cylindrical-coordinate representation of color #FE10AA: hue angle of 321.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE10AA is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 170 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.00 |
| HSL | 321.18º | 0.99% | 0.53% | - |
| HSV(B) | 321.18º | 0.94% | 1% | - |
| XYZ | 48.31 | 24.34 | 40.18 | - |
| YUV | 104.72 | 164.85 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 170 | 0 | 0.94 | 0.33 | 0.00 | 321.18 | 0.99 | 0.53 |
| Hex | FE | 10 | AA | 0 | 5E | 21 | 0 | 141 | 63 | 35 |
| Octal | 376 | 20 | 252 | 0 | 136 | 41 | 0 | 501 | 143 | 65 |
| Binary | 11111110 | 10000 | 10101010 | 0 | 1011110 | 100001 | 0 | 101000001 | 1100011 | 110101 |
Color Harmonies of #FE10AA
Complementary color
Monochromatic Colors of #FE10AA
Black with #FE10AA
Text Example
Text Example
White with #FE10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10AA; }
p { color: rgb(254,16,170); }
H1.HeaderClassName
{
color: #FE10AA;
}
.AnyTagClassName
{
color: #FE10AA;
}
</style>
background-color css
<style>
a { background-color: #FE10AA; }
a { background-color: rgb(254,16,170); }
div.DivClassName
{
background-color: #FE10AA;
}
.BgClassName
{
background-color: #FE10AA;
}
</style>
border-color css
<style>
span { border-color: #FE10AA; }
span { border-color: rgb(254,16,170); }
td.TdClassName
{
border-color: #FE10AA;
}
.TagClassName
{
border-color: #FE10AA;
}
</style>