Shades of Amaranth #F44145
Tints of Amaranth #F44145
RGB
CMYK
RGB Variations
Color information
#F44145 (or 0xF44145) is known color: Amaranth. HEX triplet: F4, 41 and 45. RGB value is (244,65,69). Sum of RGB (Red+Green+Blue) = 244+65+69=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F44145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44145 is #0BBEBA. Grayscale: #777777. Windows color (decimal): -769723 or 4538868. OLE color: 4538868.
HSL color Cylindrical-coordinate representation of color #F44145: hue angle of 358.66º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F44145 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 69 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.04 |
| HSL | 358.66º | 0.89% | 0.61% | - |
| HSV(B) | 358.66º | 0.73% | 0.96% | - |
| XYZ | 40.27 | 23.44 | 8.03 | - |
| YUV | 118.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 69 | 0 | 0.73 | 0.72 | 0.04 | 358.66 | 0.89 | 0.61 |
| Hex | F4 | 41 | 45 | 0 | 49 | 48 | 4 | 167 | 59 | 3D |
| Octal | 364 | 101 | 105 | 0 | 111 | 110 | 4 | 547 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1000101 | 0 | 1001001 | 1001000 | 100 | 101100111 | 1011001 | 111101 |
Color Harmonies of #F44145
Complementary color
Monochromatic Colors of #F44145
Black with #F44145
Text Example
Text Example
White with #F44145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44145; }
p { color: rgb(244,65,69); }
H1.HeaderClassName
{
color: #F44145;
}
.AnyTagClassName
{
color: #F44145;
}
</style>
background-color css
<style>
a { background-color: #F44145; }
a { background-color: rgb(244,65,69); }
div.DivClassName
{
background-color: #F44145;
}
.BgClassName
{
background-color: #F44145;
}
</style>
border-color css
<style>
span { border-color: #F44145; }
span { border-color: rgb(244,65,69); }
td.TdClassName
{
border-color: #F44145;
}
.TagClassName
{
border-color: #F44145;
}
</style>