Shades of Spicy Pink #FE0AAF
Tints of Spicy Pink #FE0AAF
RGB
CMYK
RGB Variations
Color information
#FE0AAF (or 0xFE0AAF) is known color: Spicy Pink. HEX triplet: FE, 0A and AF. RGB value is (254,10,175). Sum of RGB (Red+Green+Blue) = 254+10+175=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0AAF is #01F550. Grayscale: #656565. Windows color (decimal): -128337 or 11471614. OLE color: 11471614.
HSL color Cylindrical-coordinate representation of color #FE0AAF: hue angle of 319.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0AAF is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.00 |
| HSL | 319.43º | 0.99% | 0.52% | - |
| HSV(B) | 319.43º | 0.96% | 1% | - |
| XYZ | 48.72 | 24.38 | 42.7 | - |
| YUV | 101.77 | 169.34 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 175 | 0 | 0.96 | 0.31 | 0.00 | 319.43 | 0.99 | 0.52 |
| Hex | FE | A | AF | 0 | 60 | 1F | 0 | 13F | 63 | 34 |
| Octal | 376 | 12 | 257 | 0 | 140 | 37 | 0 | 477 | 143 | 64 |
| Binary | 11111110 | 1010 | 10101111 | 0 | 1100000 | 11111 | 0 | 100111111 | 1100011 | 110100 |
Color Harmonies of #FE0AAF
Complementary color
Monochromatic Colors of #FE0AAF
Black with #FE0AAF
Text Example
Text Example
White with #FE0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AAF; }
p { color: rgb(254,10,175); }
H1.HeaderClassName
{
color: #FE0AAF;
}
.AnyTagClassName
{
color: #FE0AAF;
}
</style>
background-color css
<style>
a { background-color: #FE0AAF; }
a { background-color: rgb(254,10,175); }
div.DivClassName
{
background-color: #FE0AAF;
}
.BgClassName
{
background-color: #FE0AAF;
}
</style>
border-color css
<style>
span { border-color: #FE0AAF; }
span { border-color: rgb(254,10,175); }
td.TdClassName
{
border-color: #FE0AAF;
}
.TagClassName
{
border-color: #FE0AAF;
}
</style>