Shades of Spicy Pink #FF0AAC
Tints of Spicy Pink #FF0AAC
RGB
CMYK
RGB Variations
Color information
#FF0AAC (or 0xFF0AAC) is known color: Spicy Pink. HEX triplet: FF, 0A and AC. RGB value is (255,10,172). Sum of RGB (Red+Green+Blue) = 255+10+172=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0AAC is #00F553. Grayscale: #656565. Windows color (decimal): -62804 or 11275007. OLE color: 11275007.
HSL color Cylindrical-coordinate representation of color #FF0AAC: hue angle of 320.33º 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 #FF0AAC is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 172 | - |
| CMYK | 0 | 0.96 | 0.33 | 0 |
| HSL | 320.33º | 1% | 0.52% | - |
| HSV(B) | 320.33º | 0.96% | 1% | - |
| XYZ | 48.79 | 24.46 | 41.18 | - |
| YUV | 101.72 | 167.67 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 172 | 0 | 0.96 | 0.33 | 0 | 320.33 | 1 | 0.52 |
| Hex | FF | A | AC | 0 | 60 | 21 | 0 | 140 | 64 | 34 |
| Octal | 377 | 12 | 254 | 0 | 140 | 41 | 0 | 500 | 144 | 64 |
| Binary | 11111111 | 1010 | 10101100 | 0 | 1100000 | 100001 | 0 | 101000000 | 1100100 | 110100 |
Color Harmonies of #FF0AAC
Complementary color
Monochromatic Colors of #FF0AAC
Black with #FF0AAC
Text Example
Text Example
White with #FF0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AAC; }
p { color: rgb(255,10,172); }
H1.HeaderClassName
{
color: #FF0AAC;
}
.AnyTagClassName
{
color: #FF0AAC;
}
</style>
background-color css
<style>
a { background-color: #FF0AAC; }
a { background-color: rgb(255,10,172); }
div.DivClassName
{
background-color: #FF0AAC;
}
.BgClassName
{
background-color: #FF0AAC;
}
</style>
border-color css
<style>
span { border-color: #FF0AAC; }
span { border-color: rgb(255,10,172); }
td.TdClassName
{
border-color: #FF0AAC;
}
.TagClassName
{
border-color: #FF0AAC;
}
</style>