Shades of Amaranth #F43749
Tints of Amaranth #F43749
RGB
CMYK
RGB Variations
Color information
#F43749 (or 0xF43749) is known color: Amaranth. HEX triplet: F4, 37 and 49. RGB value is (244,55,73). Sum of RGB (Red+Green+Blue) = 244+55+73=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F43749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43749 is #0BC8B6. Grayscale: #717171. Windows color (decimal): -772279 or 4798452. OLE color: 4798452.
HSL color Cylindrical-coordinate representation of color #F43749: hue angle of 354.29º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F43749 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 73 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.04 |
| HSL | 354.29º | 0.9% | 0.59% | - |
| HSV(B) | 354.29º | 0.77% | 0.96% | - |
| XYZ | 39.88 | 22.45 | 8.53 | - |
| YUV | 113.56 | 105.12 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 73 | 0 | 0.77 | 0.70 | 0.04 | 354.29 | 0.9 | 0.59 |
| Hex | F4 | 37 | 49 | 0 | 4D | 46 | 4 | 162 | 5A | 3B |
| Octal | 364 | 67 | 111 | 0 | 115 | 106 | 4 | 542 | 132 | 73 |
| Binary | 11110100 | 110111 | 1001001 | 0 | 1001101 | 1000110 | 100 | 101100010 | 1011010 | 111011 |
Color Harmonies of #F43749
Complementary color
Monochromatic Colors of #F43749
Black with #F43749
Text Example
Text Example
White with #F43749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43749; }
p { color: rgb(244,55,73); }
H1.HeaderClassName
{
color: #F43749;
}
.AnyTagClassName
{
color: #F43749;
}
</style>
background-color css
<style>
a { background-color: #F43749; }
a { background-color: rgb(244,55,73); }
div.DivClassName
{
background-color: #F43749;
}
.BgClassName
{
background-color: #F43749;
}
</style>
border-color css
<style>
span { border-color: #F43749; }
span { border-color: rgb(244,55,73); }
td.TdClassName
{
border-color: #F43749;
}
.TagClassName
{
border-color: #F43749;
}
</style>