Shades of Amaranth #F43544
Tints of Amaranth #F43544
RGB
CMYK
RGB Variations
Color information
#F43544 (or 0xF43544) is known color: Amaranth. HEX triplet: F4, 35 and 44. RGB value is (244,53,68). Sum of RGB (Red+Green+Blue) = 244+53+68=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F43544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43544 is #0BCABB. Grayscale: #6F6F6F. Windows color (decimal): -772796 or 4470260. OLE color: 4470260.
HSL color Cylindrical-coordinate representation of color #F43544: hue angle of 355.29º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F43544 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 68 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.04 |
| HSL | 355.29º | 0.9% | 0.58% | - |
| HSV(B) | 355.29º | 0.78% | 0.96% | - |
| XYZ | 39.62 | 22.2 | 7.66 | - |
| YUV | 111.82 | 103.28 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 68 | 0 | 0.78 | 0.72 | 0.04 | 355.29 | 0.9 | 0.58 |
| Hex | F4 | 35 | 44 | 0 | 4E | 48 | 4 | 163 | 5A | 3A |
| Octal | 364 | 65 | 104 | 0 | 116 | 110 | 4 | 543 | 132 | 72 |
| Binary | 11110100 | 110101 | 1000100 | 0 | 1001110 | 1001000 | 100 | 101100011 | 1011010 | 111010 |
Color Harmonies of #F43544
Complementary color
Monochromatic Colors of #F43544
Black with #F43544
Text Example
Text Example
White with #F43544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43544; }
p { color: rgb(244,53,68); }
H1.HeaderClassName
{
color: #F43544;
}
.AnyTagClassName
{
color: #F43544;
}
</style>
background-color css
<style>
a { background-color: #F43544; }
a { background-color: rgb(244,53,68); }
div.DivClassName
{
background-color: #F43544;
}
.BgClassName
{
background-color: #F43544;
}
</style>
border-color css
<style>
span { border-color: #F43544; }
span { border-color: rgb(244,53,68); }
td.TdClassName
{
border-color: #F43544;
}
.TagClassName
{
border-color: #F43544;
}
</style>