Shades of Amaranth #F42749
Tints of Amaranth #F42749
RGB
CMYK
RGB Variations
Color information
#F42749 (or 0xF42749) is known color: Amaranth. HEX triplet: F4, 27 and 49. RGB value is (244,39,73). Sum of RGB (Red+Green+Blue) = 244+39+73=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F42749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42749 is #0BD8B6. Grayscale: #686868. Windows color (decimal): -776375 or 4794356. OLE color: 4794356.
HSL color Cylindrical-coordinate representation of color #F42749: hue angle of 350.05º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42749 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 73 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.04 |
| HSL | 350.05º | 0.9% | 0.55% | - |
| HSV(B) | 350.05º | 0.84% | 0.96% | - |
| XYZ | 39.24 | 21.17 | 8.32 | - |
| YUV | 104.17 | 110.42 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 73 | 0 | 0.84 | 0.70 | 0.04 | 350.05 | 0.9 | 0.55 |
| Hex | F4 | 27 | 49 | 0 | 54 | 46 | 4 | 15E | 5A | 37 |
| Octal | 364 | 47 | 111 | 0 | 124 | 106 | 4 | 536 | 132 | 67 |
| Binary | 11110100 | 100111 | 1001001 | 0 | 1010100 | 1000110 | 100 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F42749
Complementary color
Monochromatic Colors of #F42749
Black with #F42749
Text Example
Text Example
White with #F42749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42749; }
p { color: rgb(244,39,73); }
H1.HeaderClassName
{
color: #F42749;
}
.AnyTagClassName
{
color: #F42749;
}
</style>
background-color css
<style>
a { background-color: #F42749; }
a { background-color: rgb(244,39,73); }
div.DivClassName
{
background-color: #F42749;
}
.BgClassName
{
background-color: #F42749;
}
</style>
border-color css
<style>
span { border-color: #F42749; }
span { border-color: rgb(244,39,73); }
td.TdClassName
{
border-color: #F42749;
}
.TagClassName
{
border-color: #F42749;
}
</style>