Shades of Amaranth #F42046
Tints of Amaranth #F42046
RGB
CMYK
RGB Variations
Color information
#F42046 (or 0xF42046) is known color: Amaranth. HEX triplet: F4, 20 and 46. RGB value is (244,32,70). Sum of RGB (Red+Green+Blue) = 244+32+70=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F42046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42046 is #0BDFB9. Grayscale: #636363. Windows color (decimal): -778170 or 4595956. OLE color: 4595956.
HSL color Cylindrical-coordinate representation of color #F42046: hue angle of 349.25º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42046 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 70 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.04 |
| HSL | 349.25º | 0.91% | 0.54% | - |
| HSV(B) | 349.25º | 0.87% | 0.96% | - |
| XYZ | 38.93 | 20.71 | 7.74 | - |
| YUV | 99.72 | 111.24 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 70 | 0 | 0.87 | 0.71 | 0.04 | 349.25 | 0.91 | 0.54 |
| Hex | F4 | 20 | 46 | 0 | 57 | 47 | 4 | 15D | 5B | 36 |
| Octal | 364 | 40 | 106 | 0 | 127 | 107 | 4 | 535 | 133 | 66 |
| Binary | 11110100 | 100000 | 1000110 | 0 | 1010111 | 1000111 | 100 | 101011101 | 1011011 | 110110 |
Color Harmonies of #F42046
Complementary color
Monochromatic Colors of #F42046
Black with #F42046
Text Example
Text Example
White with #F42046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42046; }
p { color: rgb(244,32,70); }
H1.HeaderClassName
{
color: #F42046;
}
.AnyTagClassName
{
color: #F42046;
}
</style>
background-color css
<style>
a { background-color: #F42046; }
a { background-color: rgb(244,32,70); }
div.DivClassName
{
background-color: #F42046;
}
.BgClassName
{
background-color: #F42046;
}
</style>
border-color css
<style>
span { border-color: #F42046; }
span { border-color: rgb(244,32,70); }
td.TdClassName
{
border-color: #F42046;
}
.TagClassName
{
border-color: #F42046;
}
</style>