Shades of Amaranth #F41C50
Tints of Amaranth #F41C50
RGB
CMYK
RGB Variations
Color information
#F41C50 (or 0xF41C50) is known color: Amaranth. HEX triplet: F4, 1C and 50. RGB value is (244,28,80). Sum of RGB (Red+Green+Blue) = 244+28+80=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C50 is #0BE3AF. Grayscale: #626262. Windows color (decimal): -779184 or 5250292. OLE color: 5250292.
HSL color Cylindrical-coordinate representation of color #F41C50: hue angle of 345.56º 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 #F41C50 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 80 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.04 |
| HSL | 345.56º | 0.91% | 0.53% | - |
| HSV(B) | 345.56º | 0.89% | 0.96% | - |
| XYZ | 39.17 | 20.64 | 9.51 | - |
| YUV | 98.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 80 | 0 | 0.89 | 0.67 | 0.04 | 345.56 | 0.91 | 0.53 |
| Hex | F4 | 1C | 50 | 0 | 59 | 43 | 4 | 15A | 5B | 35 |
| Octal | 364 | 34 | 120 | 0 | 131 | 103 | 4 | 532 | 133 | 65 |
| Binary | 11110100 | 11100 | 1010000 | 0 | 1011001 | 1000011 | 100 | 101011010 | 1011011 | 110101 |
Color Harmonies of #F41C50
Complementary color
Monochromatic Colors of #F41C50
Black with #F41C50
Text Example
Text Example
White with #F41C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C50; }
p { color: rgb(244,28,80); }
H1.HeaderClassName
{
color: #F41C50;
}
.AnyTagClassName
{
color: #F41C50;
}
</style>
background-color css
<style>
a { background-color: #F41C50; }
a { background-color: rgb(244,28,80); }
div.DivClassName
{
background-color: #F41C50;
}
.BgClassName
{
background-color: #F41C50;
}
</style>
border-color css
<style>
span { border-color: #F41C50; }
span { border-color: rgb(244,28,80); }
td.TdClassName
{
border-color: #F41C50;
}
.TagClassName
{
border-color: #F41C50;
}
</style>