Shades of Amaranth #F42845
Tints of Amaranth #F42845
RGB
CMYK
RGB Variations
Color information
#F42845 (or 0xF42845) is known color: Amaranth. HEX triplet: F4, 28 and 45. RGB value is (244,40,69). Sum of RGB (Red+Green+Blue) = 244+40+69=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F42845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42845 is #0BD7BA. Grayscale: #686868. Windows color (decimal): -776123 or 4532468. OLE color: 4532468.
HSL color Cylindrical-coordinate representation of color #F42845: hue angle of 351.47º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42845 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 69 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.04 |
| HSL | 351.47º | 0.9% | 0.56% | - |
| HSV(B) | 351.47º | 0.84% | 0.96% | - |
| XYZ | 39.14 | 21.18 | 7.66 | - |
| YUV | 104.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 69 | 0 | 0.84 | 0.72 | 0.04 | 351.47 | 0.9 | 0.56 |
| Hex | F4 | 28 | 45 | 0 | 54 | 48 | 4 | 15F | 5A | 38 |
| Octal | 364 | 50 | 105 | 0 | 124 | 110 | 4 | 537 | 132 | 70 |
| Binary | 11110100 | 101000 | 1000101 | 0 | 1010100 | 1001000 | 100 | 101011111 | 1011010 | 111000 |
Color Harmonies of #F42845
Complementary color
Monochromatic Colors of #F42845
Black with #F42845
Text Example
Text Example
White with #F42845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42845; }
p { color: rgb(244,40,69); }
H1.HeaderClassName
{
color: #F42845;
}
.AnyTagClassName
{
color: #F42845;
}
</style>
background-color css
<style>
a { background-color: #F42845; }
a { background-color: rgb(244,40,69); }
div.DivClassName
{
background-color: #F42845;
}
.BgClassName
{
background-color: #F42845;
}
</style>
border-color css
<style>
span { border-color: #F42845; }
span { border-color: rgb(244,40,69); }
td.TdClassName
{
border-color: #F42845;
}
.TagClassName
{
border-color: #F42845;
}
</style>