Shades of Amaranth #F43145
Tints of Amaranth #F43145
RGB
CMYK
RGB Variations
Color information
#F43145 (or 0xF43145) is known color: Amaranth. HEX triplet: F4, 31 and 45. RGB value is (244,49,69). Sum of RGB (Red+Green+Blue) = 244+49+69=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F43145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43145 is #0BCEBA. Grayscale: #6D6D6D. Windows color (decimal): -773819 or 4534772. OLE color: 4534772.
HSL color Cylindrical-coordinate representation of color #F43145: hue angle of 353.85º 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 #F43145 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 69 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.04 |
| HSL | 353.85º | 0.9% | 0.57% | - |
| HSV(B) | 353.85º | 0.8% | 0.96% | - |
| XYZ | 39.48 | 21.86 | 7.77 | - |
| YUV | 109.59 | 105.1 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 69 | 0 | 0.80 | 0.72 | 0.04 | 353.85 | 0.9 | 0.57 |
| Hex | F4 | 31 | 45 | 0 | 50 | 48 | 4 | 162 | 5A | 39 |
| Octal | 364 | 61 | 105 | 0 | 120 | 110 | 4 | 542 | 132 | 71 |
| Binary | 11110100 | 110001 | 1000101 | 0 | 1010000 | 1001000 | 100 | 101100010 | 1011010 | 111001 |
Color Harmonies of #F43145
Complementary color
Monochromatic Colors of #F43145
Black with #F43145
Text Example
Text Example
White with #F43145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43145; }
p { color: rgb(244,49,69); }
H1.HeaderClassName
{
color: #F43145;
}
.AnyTagClassName
{
color: #F43145;
}
</style>
background-color css
<style>
a { background-color: #F43145; }
a { background-color: rgb(244,49,69); }
div.DivClassName
{
background-color: #F43145;
}
.BgClassName
{
background-color: #F43145;
}
</style>
border-color css
<style>
span { border-color: #F43145; }
span { border-color: rgb(244,49,69); }
td.TdClassName
{
border-color: #F43145;
}
.TagClassName
{
border-color: #F43145;
}
</style>