Shades of Amaranth #F41951
Tints of Amaranth #F41951
RGB
CMYK
RGB Variations
Color information
#F41951 (or 0xF41951) is known color: Amaranth. HEX triplet: F4, 19 and 51. RGB value is (244,25,81). Sum of RGB (Red+Green+Blue) = 244+25+81=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F41951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41951 is #0BE6AE. Grayscale: #606060. Windows color (decimal): -779951 or 5315060. OLE color: 5315060.
HSL color Cylindrical-coordinate representation of color #F41951: hue angle of 344.66º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41951 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 81 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.04 |
| HSL | 344.66º | 0.91% | 0.53% | - |
| HSV(B) | 344.66º | 0.9% | 0.96% | - |
| XYZ | 39.14 | 20.52 | 9.68 | - |
| YUV | 96.87 | 119.05 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 81 | 0 | 0.90 | 0.67 | 0.04 | 344.66 | 0.91 | 0.53 |
| Hex | F4 | 19 | 51 | 0 | 5A | 43 | 4 | 159 | 5B | 35 |
| Octal | 364 | 31 | 121 | 0 | 132 | 103 | 4 | 531 | 133 | 65 |
| Binary | 11110100 | 11001 | 1010001 | 0 | 1011010 | 1000011 | 100 | 101011001 | 1011011 | 110101 |
Color Harmonies of #F41951
Complementary color
Monochromatic Colors of #F41951
Black with #F41951
Text Example
Text Example
White with #F41951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41951; }
p { color: rgb(244,25,81); }
H1.HeaderClassName
{
color: #F41951;
}
.AnyTagClassName
{
color: #F41951;
}
</style>
background-color css
<style>
a { background-color: #F41951; }
a { background-color: rgb(244,25,81); }
div.DivClassName
{
background-color: #F41951;
}
.BgClassName
{
background-color: #F41951;
}
</style>
border-color css
<style>
span { border-color: #F41951; }
span { border-color: rgb(244,25,81); }
td.TdClassName
{
border-color: #F41951;
}
.TagClassName
{
border-color: #F41951;
}
</style>