Shades of Amaranth #F41C57
Tints of Amaranth #F41C57
RGB
CMYK
RGB Variations
Color information
#F41C57 (or 0xF41C57) is known color: Amaranth. HEX triplet: F4, 1C and 57. RGB value is (244,28,87). Sum of RGB (Red+Green+Blue) = 244+28+87=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C57 is #0BE3A8. Grayscale: #636363. Windows color (decimal): -779177 or 5709044. OLE color: 5709044.
HSL color Cylindrical-coordinate representation of color #F41C57: hue angle of 343.61º 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 #F41C57 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 87 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.04 |
| HSL | 343.61º | 0.91% | 0.53% | - |
| HSV(B) | 343.61º | 0.89% | 0.96% | - |
| XYZ | 39.44 | 20.75 | 10.94 | - |
| YUV | 99.31 | 121.06 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 87 | 0 | 0.89 | 0.64 | 0.04 | 343.61 | 0.91 | 0.53 |
| Hex | F4 | 1C | 57 | 0 | 59 | 40 | 4 | 158 | 5B | 35 |
| Octal | 364 | 34 | 127 | 0 | 131 | 100 | 4 | 530 | 133 | 65 |
| Binary | 11110100 | 11100 | 1010111 | 0 | 1011001 | 1000000 | 100 | 101011000 | 1011011 | 110101 |
Color Harmonies of #F41C57
Complementary color
Monochromatic Colors of #F41C57
Black with #F41C57
Text Example
Text Example
White with #F41C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C57; }
p { color: rgb(244,28,87); }
H1.HeaderClassName
{
color: #F41C57;
}
.AnyTagClassName
{
color: #F41C57;
}
</style>
background-color css
<style>
a { background-color: #F41C57; }
a { background-color: rgb(244,28,87); }
div.DivClassName
{
background-color: #F41C57;
}
.BgClassName
{
background-color: #F41C57;
}
</style>
border-color css
<style>
span { border-color: #F41C57; }
span { border-color: rgb(244,28,87); }
td.TdClassName
{
border-color: #F41C57;
}
.TagClassName
{
border-color: #F41C57;
}
</style>