Shades of Spicy Pink #FF0AAE
Tints of Spicy Pink #FF0AAE
RGB
CMYK
RGB Variations
Color information
#FF0AAE (or 0xFF0AAE) is known color: Spicy Pink. HEX triplet: FF, 0A and AE. RGB value is (255,10,174). Sum of RGB (Red+Green+Blue) = 255+10+174=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0AAE is #00F551. Grayscale: #656565. Windows color (decimal): -62802 or 11406079. OLE color: 11406079.
HSL color Cylindrical-coordinate representation of color #FF0AAE: hue angle of 319.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0AAE is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 174 | - |
| CMYK | 0 | 0.96 | 0.32 | 0 |
| HSL | 319.84º | 1% | 0.52% | - |
| HSV(B) | 319.84º | 0.96% | 1% | - |
| XYZ | 48.99 | 24.53 | 42.2 | - |
| YUV | 101.95 | 168.67 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 174 | 0 | 0.96 | 0.32 | 0 | 319.84 | 1 | 0.52 |
| Hex | FF | A | AE | 0 | 60 | 20 | 0 | 140 | 64 | 34 |
| Octal | 377 | 12 | 256 | 0 | 140 | 40 | 0 | 500 | 144 | 64 |
| Binary | 11111111 | 1010 | 10101110 | 0 | 1100000 | 100000 | 0 | 101000000 | 1100100 | 110100 |
Color Harmonies of #FF0AAE
Complementary color
Monochromatic Colors of #FF0AAE
Black with #FF0AAE
Text Example
Text Example
White with #FF0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AAE; }
p { color: rgb(255,10,174); }
H1.HeaderClassName
{
color: #FF0AAE;
}
.AnyTagClassName
{
color: #FF0AAE;
}
</style>
background-color css
<style>
a { background-color: #FF0AAE; }
a { background-color: rgb(255,10,174); }
div.DivClassName
{
background-color: #FF0AAE;
}
.BgClassName
{
background-color: #FF0AAE;
}
</style>
border-color css
<style>
span { border-color: #FF0AAE; }
span { border-color: rgb(255,10,174); }
td.TdClassName
{
border-color: #FF0AAE;
}
.TagClassName
{
border-color: #FF0AAE;
}
</style>