Shades of Amaranth #F42449
Tints of Amaranth #F42449
RGB
CMYK
RGB Variations
Color information
#F42449 (or 0xF42449) is known color: Amaranth. HEX triplet: F4, 24 and 49. RGB value is (244,36,73). Sum of RGB (Red+Green+Blue) = 244+36+73=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F42449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42449 is #0BDBB6. Grayscale: #666666. Windows color (decimal): -777143 or 4793588. OLE color: 4793588.
HSL color Cylindrical-coordinate representation of color #F42449: hue angle of 349.33º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42449 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 73 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.04 |
| HSL | 349.33º | 0.9% | 0.55% | - |
| HSV(B) | 349.33º | 0.85% | 0.96% | - |
| XYZ | 39.14 | 20.98 | 8.29 | - |
| YUV | 102.41 | 111.41 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 73 | 0 | 0.85 | 0.70 | 0.04 | 349.33 | 0.9 | 0.55 |
| Hex | F4 | 24 | 49 | 0 | 55 | 46 | 4 | 15D | 5A | 37 |
| Octal | 364 | 44 | 111 | 0 | 125 | 106 | 4 | 535 | 132 | 67 |
| Binary | 11110100 | 100100 | 1001001 | 0 | 1010101 | 1000110 | 100 | 101011101 | 1011010 | 110111 |
Color Harmonies of #F42449
Complementary color
Monochromatic Colors of #F42449
Black with #F42449
Text Example
Text Example
White with #F42449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42449; }
p { color: rgb(244,36,73); }
H1.HeaderClassName
{
color: #F42449;
}
.AnyTagClassName
{
color: #F42449;
}
</style>
background-color css
<style>
a { background-color: #F42449; }
a { background-color: rgb(244,36,73); }
div.DivClassName
{
background-color: #F42449;
}
.BgClassName
{
background-color: #F42449;
}
</style>
border-color css
<style>
span { border-color: #F42449; }
span { border-color: rgb(244,36,73); }
td.TdClassName
{
border-color: #F42449;
}
.TagClassName
{
border-color: #F42449;
}
</style>