Shades of Spicy Pink #FF1AAA
Tints of Spicy Pink #FF1AAA
RGB
CMYK
RGB Variations
Color information
#FF1AAA (or 0xFF1AAA) is known color: Spicy Pink. HEX triplet: FF, 1A and AA. RGB value is (255,26,170). Sum of RGB (Red+Green+Blue) = 255+26+170=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1AAA is #00E555. Grayscale: #6E6E6E. Windows color (decimal): -58710 or 11148031. OLE color: 11148031.
HSL color Cylindrical-coordinate representation of color #FF1AAA: hue angle of 322.27º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1AAA is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 170 | - |
| CMYK | 0 | 0.90 | 0.33 | 0 |
| HSL | 322.27º | 1% | 0.55% | - |
| HSV(B) | 322.27º | 0.9% | 1% | - |
| XYZ | 48.87 | 24.9 | 40.26 | - |
| YUV | 110.89 | 161.37 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 170 | 0 | 0.90 | 0.33 | 0 | 322.27 | 1 | 0.55 |
| Hex | FF | 1A | AA | 0 | 5A | 21 | 0 | 142 | 64 | 37 |
| Octal | 377 | 32 | 252 | 0 | 132 | 41 | 0 | 502 | 144 | 67 |
| Binary | 11111111 | 11010 | 10101010 | 0 | 1011010 | 100001 | 0 | 101000010 | 1100100 | 110111 |
Color Harmonies of #FF1AAA
Complementary color
Monochromatic Colors of #FF1AAA
Black with #FF1AAA
Text Example
Text Example
White with #FF1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1AAA; }
p { color: rgb(255,26,170); }
H1.HeaderClassName
{
color: #FF1AAA;
}
.AnyTagClassName
{
color: #FF1AAA;
}
</style>
background-color css
<style>
a { background-color: #FF1AAA; }
a { background-color: rgb(255,26,170); }
div.DivClassName
{
background-color: #FF1AAA;
}
.BgClassName
{
background-color: #FF1AAA;
}
</style>
border-color css
<style>
span { border-color: #FF1AAA; }
span { border-color: rgb(255,26,170); }
td.TdClassName
{
border-color: #FF1AAA;
}
.TagClassName
{
border-color: #FF1AAA;
}
</style>