Shades of Amaranth #F41E56
Tints of Amaranth #F41E56
RGB
CMYK
RGB Variations
Color information
#F41E56 (or 0xF41E56) is known color: Amaranth. HEX triplet: F4, 1E and 56. RGB value is (244,30,86). Sum of RGB (Red+Green+Blue) = 244+30+86=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41E56 is #0BE1A9. Grayscale: #646464. Windows color (decimal): -778666 or 5644020. OLE color: 5644020.
HSL color Cylindrical-coordinate representation of color #F41E56: hue angle of 344.3º 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 #F41E56 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 86 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.04 |
| HSL | 344.3º | 0.91% | 0.54% | - |
| HSV(B) | 344.3º | 0.88% | 0.96% | - |
| XYZ | 39.45 | 20.83 | 10.75 | - |
| YUV | 100.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 86 | 0 | 0.88 | 0.65 | 0.04 | 344.3 | 0.91 | 0.54 |
| Hex | F4 | 1E | 56 | 0 | 58 | 41 | 4 | 158 | 5B | 36 |
| Octal | 364 | 36 | 126 | 0 | 130 | 101 | 4 | 530 | 133 | 66 |
| Binary | 11110100 | 11110 | 1010110 | 0 | 1011000 | 1000001 | 100 | 101011000 | 1011011 | 110110 |
Color Harmonies of #F41E56
Complementary color
Monochromatic Colors of #F41E56
Black with #F41E56
Text Example
Text Example
White with #F41E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E56; }
p { color: rgb(244,30,86); }
H1.HeaderClassName
{
color: #F41E56;
}
.AnyTagClassName
{
color: #F41E56;
}
</style>
background-color css
<style>
a { background-color: #F41E56; }
a { background-color: rgb(244,30,86); }
div.DivClassName
{
background-color: #F41E56;
}
.BgClassName
{
background-color: #F41E56;
}
</style>
border-color css
<style>
span { border-color: #F41E56; }
span { border-color: rgb(244,30,86); }
td.TdClassName
{
border-color: #F41E56;
}
.TagClassName
{
border-color: #F41E56;
}
</style>