Shades of Amaranth #F41E51
Tints of Amaranth #F41E51
RGB
CMYK
RGB Variations
Color information
#F41E51 (or 0xF41E51) is known color: Amaranth. HEX triplet: F4, 1E and 51. RGB value is (244,30,81). Sum of RGB (Red+Green+Blue) = 244+30+81=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41E51 is #0BE1AE. Grayscale: #636363. Windows color (decimal): -778671 or 5316340. OLE color: 5316340.
HSL color Cylindrical-coordinate representation of color #F41E51: hue angle of 345.7º 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 #F41E51 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 81 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.04 |
| HSL | 345.7º | 0.91% | 0.54% | - |
| HSV(B) | 345.7º | 0.88% | 0.96% | - |
| XYZ | 39.26 | 20.76 | 9.72 | - |
| YUV | 99.8 | 117.4 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 81 | 0 | 0.88 | 0.67 | 0.04 | 345.7 | 0.91 | 0.54 |
| Hex | F4 | 1E | 51 | 0 | 58 | 43 | 4 | 15A | 5B | 36 |
| Octal | 364 | 36 | 121 | 0 | 130 | 103 | 4 | 532 | 133 | 66 |
| Binary | 11110100 | 11110 | 1010001 | 0 | 1011000 | 1000011 | 100 | 101011010 | 1011011 | 110110 |
Color Harmonies of #F41E51
Complementary color
Monochromatic Colors of #F41E51
Black with #F41E51
Text Example
Text Example
White with #F41E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E51; }
p { color: rgb(244,30,81); }
H1.HeaderClassName
{
color: #F41E51;
}
.AnyTagClassName
{
color: #F41E51;
}
</style>
background-color css
<style>
a { background-color: #F41E51; }
a { background-color: rgb(244,30,81); }
div.DivClassName
{
background-color: #F41E51;
}
.BgClassName
{
background-color: #F41E51;
}
</style>
border-color css
<style>
span { border-color: #F41E51; }
span { border-color: rgb(244,30,81); }
td.TdClassName
{
border-color: #F41E51;
}
.TagClassName
{
border-color: #F41E51;
}
</style>