Shades of Spicy Pink #F41AA1
Tints of Spicy Pink #F41AA1
RGB
CMYK
RGB Variations
Color information
#F41AA1 (or 0xF41AA1) is known color: Spicy Pink. HEX triplet: F4, 1A and A1. RGB value is (244,26,161). Sum of RGB (Red+Green+Blue) = 244+26+161=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F41AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41AA1 is #0BE55E. Grayscale: #6A6A6A. Windows color (decimal): -779615 or 10558196. OLE color: 10558196.
HSL color Cylindrical-coordinate representation of color #F41AA1: hue angle of 322.84º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41AA1 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 161 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.04 |
| HSL | 322.84º | 0.91% | 0.53% | - |
| HSV(B) | 322.84º | 0.89% | 0.96% | - |
| XYZ | 44.11 | 22.55 | 35.74 | - |
| YUV | 106.57 | 158.72 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 161 | 0 | 0.89 | 0.34 | 0.04 | 322.84 | 0.91 | 0.53 |
| Hex | F4 | 1A | A1 | 0 | 59 | 22 | 4 | 143 | 5B | 35 |
| Octal | 364 | 32 | 241 | 0 | 131 | 42 | 4 | 503 | 133 | 65 |
| Binary | 11110100 | 11010 | 10100001 | 0 | 1011001 | 100010 | 100 | 101000011 | 1011011 | 110101 |
Color Harmonies of #F41AA1
Complementary color
Monochromatic Colors of #F41AA1
Black with #F41AA1
Text Example
Text Example
White with #F41AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41AA1; }
p { color: rgb(244,26,161); }
H1.HeaderClassName
{
color: #F41AA1;
}
.AnyTagClassName
{
color: #F41AA1;
}
</style>
background-color css
<style>
a { background-color: #F41AA1; }
a { background-color: rgb(244,26,161); }
div.DivClassName
{
background-color: #F41AA1;
}
.BgClassName
{
background-color: #F41AA1;
}
</style>
border-color css
<style>
span { border-color: #F41AA1; }
span { border-color: rgb(244,26,161); }
td.TdClassName
{
border-color: #F41AA1;
}
.TagClassName
{
border-color: #F41AA1;
}
</style>