Shades of Amaranth #F42C49
Tints of Amaranth #F42C49
RGB
CMYK
RGB Variations
Color information
#F42C49 (or 0xF42C49) is known color: Amaranth. HEX triplet: F4, 2C and 49. RGB value is (244,44,73). Sum of RGB (Red+Green+Blue) = 244+44+73=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42C49 is #0BD3B6. Grayscale: #6B6B6B. Windows color (decimal): -775095 or 4795636. OLE color: 4795636.
HSL color Cylindrical-coordinate representation of color #F42C49: hue angle of 351.3º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42C49 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 73 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.04 |
| HSL | 351.3º | 0.9% | 0.56% | - |
| HSV(B) | 351.3º | 0.82% | 0.96% | - |
| XYZ | 39.41 | 21.52 | 8.38 | - |
| YUV | 107.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 73 | 0 | 0.82 | 0.70 | 0.04 | 351.3 | 0.9 | 0.56 |
| Hex | F4 | 2C | 49 | 0 | 52 | 46 | 4 | 15F | 5A | 38 |
| Octal | 364 | 54 | 111 | 0 | 122 | 106 | 4 | 537 | 132 | 70 |
| Binary | 11110100 | 101100 | 1001001 | 0 | 1010010 | 1000110 | 100 | 101011111 | 1011010 | 111000 |
Color Harmonies of #F42C49
Complementary color
Monochromatic Colors of #F42C49
Black with #F42C49
Text Example
Text Example
White with #F42C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42C49; }
p { color: rgb(244,44,73); }
H1.HeaderClassName
{
color: #F42C49;
}
.AnyTagClassName
{
color: #F42C49;
}
</style>
background-color css
<style>
a { background-color: #F42C49; }
a { background-color: rgb(244,44,73); }
div.DivClassName
{
background-color: #F42C49;
}
.BgClassName
{
background-color: #F42C49;
}
</style>
border-color css
<style>
span { border-color: #F42C49; }
span { border-color: rgb(244,44,73); }
td.TdClassName
{
border-color: #F42C49;
}
.TagClassName
{
border-color: #F42C49;
}
</style>