Shades of Spicy Pink #FF0AAD
Tints of Spicy Pink #FF0AAD
RGB
CMYK
RGB Variations
Color information
#FF0AAD (or 0xFF0AAD) is known color: Spicy Pink. HEX triplet: FF, 0A and AD. RGB value is (255,10,173). Sum of RGB (Red+Green+Blue) = 255+10+173=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0AAD is #00F552. Grayscale: #656565. Windows color (decimal): -62803 or 11340543. OLE color: 11340543.
HSL color Cylindrical-coordinate representation of color #FF0AAD: hue angle of 320.08º 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 #FF0AAD is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 173 | - |
| CMYK | 0 | 0.96 | 0.32 | 0 |
| HSL | 320.08º | 1% | 0.52% | - |
| HSV(B) | 320.08º | 0.96% | 1% | - |
| XYZ | 48.89 | 24.49 | 41.69 | - |
| YUV | 101.84 | 168.17 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 173 | 0 | 0.96 | 0.32 | 0 | 320.08 | 1 | 0.52 |
| Hex | FF | A | AD | 0 | 60 | 20 | 0 | 140 | 64 | 34 |
| Octal | 377 | 12 | 255 | 0 | 140 | 40 | 0 | 500 | 144 | 64 |
| Binary | 11111111 | 1010 | 10101101 | 0 | 1100000 | 100000 | 0 | 101000000 | 1100100 | 110100 |
Color Harmonies of #FF0AAD
Complementary color
Monochromatic Colors of #FF0AAD
Black with #FF0AAD
Text Example
Text Example
White with #FF0AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AAD; }
p { color: rgb(255,10,173); }
H1.HeaderClassName
{
color: #FF0AAD;
}
.AnyTagClassName
{
color: #FF0AAD;
}
</style>
background-color css
<style>
a { background-color: #FF0AAD; }
a { background-color: rgb(255,10,173); }
div.DivClassName
{
background-color: #FF0AAD;
}
.BgClassName
{
background-color: #FF0AAD;
}
</style>
border-color css
<style>
span { border-color: #FF0AAD; }
span { border-color: rgb(255,10,173); }
td.TdClassName
{
border-color: #FF0AAD;
}
.TagClassName
{
border-color: #FF0AAD;
}
</style>