Shades of Amaranth #F43144
Tints of Amaranth #F43144
RGB
CMYK
RGB Variations
Color information
#F43144 (or 0xF43144) is known color: Amaranth. HEX triplet: F4, 31 and 44. RGB value is (244,49,68). Sum of RGB (Red+Green+Blue) = 244+49+68=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F43144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43144 is #0BCEBB. Grayscale: #6D6D6D. Windows color (decimal): -773820 or 4469236. OLE color: 4469236.
HSL color Cylindrical-coordinate representation of color #F43144: hue angle of 354.15º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43144 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 68 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.04 |
| HSL | 354.15º | 0.9% | 0.57% | - |
| HSV(B) | 354.15º | 0.8% | 0.96% | - |
| XYZ | 39.45 | 21.85 | 7.61 | - |
| YUV | 109.47 | 104.6 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 68 | 0 | 0.80 | 0.72 | 0.04 | 354.15 | 0.9 | 0.57 |
| Hex | F4 | 31 | 44 | 0 | 50 | 48 | 4 | 162 | 5A | 39 |
| Octal | 364 | 61 | 104 | 0 | 120 | 110 | 4 | 542 | 132 | 71 |
| Binary | 11110100 | 110001 | 1000100 | 0 | 1010000 | 1001000 | 100 | 101100010 | 1011010 | 111001 |
Color Harmonies of #F43144
Complementary color
Monochromatic Colors of #F43144
Black with #F43144
Text Example
Text Example
White with #F43144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43144; }
p { color: rgb(244,49,68); }
H1.HeaderClassName
{
color: #F43144;
}
.AnyTagClassName
{
color: #F43144;
}
</style>
background-color css
<style>
a { background-color: #F43144; }
a { background-color: rgb(244,49,68); }
div.DivClassName
{
background-color: #F43144;
}
.BgClassName
{
background-color: #F43144;
}
</style>
border-color css
<style>
span { border-color: #F43144; }
span { border-color: rgb(244,49,68); }
td.TdClassName
{
border-color: #F43144;
}
.TagClassName
{
border-color: #F43144;
}
</style>