Shades of Amaranth #F41E5A
Tints of Amaranth #F41E5A
RGB
CMYK
RGB Variations
Color information
#F41E5A (or 0xF41E5A) is known color: Amaranth. HEX triplet: F4, 1E and 5A. RGB value is (244,30,90). Sum of RGB (Red+Green+Blue) = 244+30+90=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41E5A is #0BE1A5. Grayscale: #646464. Windows color (decimal): -778662 or 5906164. OLE color: 5906164.
HSL color Cylindrical-coordinate representation of color #F41E5A: hue angle of 343.18º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41E5A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 90 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.04 |
| HSL | 343.18º | 0.91% | 0.54% | - |
| HSV(B) | 343.18º | 0.88% | 0.96% | - |
| XYZ | 39.62 | 20.9 | 11.62 | - |
| YUV | 100.83 | 121.9 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 90 | 0 | 0.88 | 0.63 | 0.04 | 343.18 | 0.91 | 0.54 |
| Hex | F4 | 1E | 5A | 0 | 58 | 3F | 4 | 157 | 5B | 36 |
| Octal | 364 | 36 | 132 | 0 | 130 | 77 | 4 | 527 | 133 | 66 |
| Binary | 11110100 | 11110 | 1011010 | 0 | 1011000 | 111111 | 100 | 101010111 | 1011011 | 110110 |
Color Harmonies of #F41E5A
Complementary color
Monochromatic Colors of #F41E5A
Black with #F41E5A
Text Example
Text Example
White with #F41E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E5A; }
p { color: rgb(244,30,90); }
H1.HeaderClassName
{
color: #F41E5A;
}
.AnyTagClassName
{
color: #F41E5A;
}
</style>
background-color css
<style>
a { background-color: #F41E5A; }
a { background-color: rgb(244,30,90); }
div.DivClassName
{
background-color: #F41E5A;
}
.BgClassName
{
background-color: #F41E5A;
}
</style>
border-color css
<style>
span { border-color: #F41E5A; }
span { border-color: rgb(244,30,90); }
td.TdClassName
{
border-color: #F41E5A;
}
.TagClassName
{
border-color: #F41E5A;
}
</style>