Shades of Amaranth #F42649
Tints of Amaranth #F42649
RGB
CMYK
RGB Variations
Color information
#F42649 (or 0xF42649) is known color: Amaranth. HEX triplet: F4, 26 and 49. RGB value is (244,38,73). Sum of RGB (Red+Green+Blue) = 244+38+73=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F42649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42649 is #0BD9B6. Grayscale: #676767. Windows color (decimal): -776631 or 4794100. OLE color: 4794100.
HSL color Cylindrical-coordinate representation of color #F42649: hue angle of 349.81º 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 #F42649 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 73 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.04 |
| HSL | 349.81º | 0.9% | 0.55% | - |
| HSV(B) | 349.81º | 0.84% | 0.96% | - |
| XYZ | 39.2 | 21.1 | 8.31 | - |
| YUV | 103.58 | 110.75 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 73 | 0 | 0.84 | 0.70 | 0.04 | 349.81 | 0.9 | 0.55 |
| Hex | F4 | 26 | 49 | 0 | 54 | 46 | 4 | 15E | 5A | 37 |
| Octal | 364 | 46 | 111 | 0 | 124 | 106 | 4 | 536 | 132 | 67 |
| Binary | 11110100 | 100110 | 1001001 | 0 | 1010100 | 1000110 | 100 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F42649
Complementary color
Monochromatic Colors of #F42649
Black with #F42649
Text Example
Text Example
White with #F42649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42649; }
p { color: rgb(244,38,73); }
H1.HeaderClassName
{
color: #F42649;
}
.AnyTagClassName
{
color: #F42649;
}
</style>
background-color css
<style>
a { background-color: #F42649; }
a { background-color: rgb(244,38,73); }
div.DivClassName
{
background-color: #F42649;
}
.BgClassName
{
background-color: #F42649;
}
</style>
border-color css
<style>
span { border-color: #F42649; }
span { border-color: rgb(244,38,73); }
td.TdClassName
{
border-color: #F42649;
}
.TagClassName
{
border-color: #F42649;
}
</style>