Shades of Spicy Pink #FF1AA4
Tints of Spicy Pink #FF1AA4
RGB
CMYK
RGB Variations
Color information
#FF1AA4 (or 0xFF1AA4) is known color: Spicy Pink. HEX triplet: FF, 1A and A4. RGB value is (255,26,164). Sum of RGB (Red+Green+Blue) = 255+26+164=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1AA4 is #00E55B. Grayscale: #6D6D6D. Windows color (decimal): -58716 or 10754815. OLE color: 10754815.
HSL color Cylindrical-coordinate representation of color #FF1AA4: hue angle of 323.84º 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 #FF1AA4 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 164 | - |
| CMYK | 0 | 0.90 | 0.36 | 0 |
| HSL | 323.84º | 1% | 0.55% | - |
| HSV(B) | 323.84º | 0.9% | 1% | - |
| XYZ | 48.31 | 24.68 | 37.34 | - |
| YUV | 110.2 | 158.37 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 164 | 0 | 0.90 | 0.36 | 0 | 323.84 | 1 | 0.55 |
| Hex | FF | 1A | A4 | 0 | 5A | 24 | 0 | 144 | 64 | 37 |
| Octal | 377 | 32 | 244 | 0 | 132 | 44 | 0 | 504 | 144 | 67 |
| Binary | 11111111 | 11010 | 10100100 | 0 | 1011010 | 100100 | 0 | 101000100 | 1100100 | 110111 |
Color Harmonies of #FF1AA4
Complementary color
Monochromatic Colors of #FF1AA4
Black with #FF1AA4
Text Example
Text Example
White with #FF1AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1AA4; }
p { color: rgb(255,26,164); }
H1.HeaderClassName
{
color: #FF1AA4;
}
.AnyTagClassName
{
color: #FF1AA4;
}
</style>
background-color css
<style>
a { background-color: #FF1AA4; }
a { background-color: rgb(255,26,164); }
div.DivClassName
{
background-color: #FF1AA4;
}
.BgClassName
{
background-color: #FF1AA4;
}
</style>
border-color css
<style>
span { border-color: #FF1AA4; }
span { border-color: rgb(255,26,164); }
td.TdClassName
{
border-color: #FF1AA4;
}
.TagClassName
{
border-color: #FF1AA4;
}
</style>