Shades of Amaranth #F43046
Tints of Amaranth #F43046
RGB
CMYK
RGB Variations
Color information
#F43046 (or 0xF43046) is known color: Amaranth. HEX triplet: F4, 30 and 46. RGB value is (244,48,70). Sum of RGB (Red+Green+Blue) = 244+48+70=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F43046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43046 is #0BCFB9. Grayscale: #6D6D6D. Windows color (decimal): -774074 or 4600052. OLE color: 4600052.
HSL color Cylindrical-coordinate representation of color #F43046: hue angle of 353.27º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43046 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 70 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.04 |
| HSL | 353.27º | 0.9% | 0.57% | - |
| HSV(B) | 353.27º | 0.8% | 0.96% | - |
| XYZ | 39.47 | 21.79 | 7.92 | - |
| YUV | 109.11 | 105.93 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 70 | 0 | 0.80 | 0.71 | 0.04 | 353.27 | 0.9 | 0.57 |
| Hex | F4 | 30 | 46 | 0 | 50 | 47 | 4 | 161 | 5A | 39 |
| Octal | 364 | 60 | 106 | 0 | 120 | 107 | 4 | 541 | 132 | 71 |
| Binary | 11110100 | 110000 | 1000110 | 0 | 1010000 | 1000111 | 100 | 101100001 | 1011010 | 111001 |
Color Harmonies of #F43046
Complementary color
Monochromatic Colors of #F43046
Black with #F43046
Text Example
Text Example
White with #F43046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43046; }
p { color: rgb(244,48,70); }
H1.HeaderClassName
{
color: #F43046;
}
.AnyTagClassName
{
color: #F43046;
}
</style>
background-color css
<style>
a { background-color: #F43046; }
a { background-color: rgb(244,48,70); }
div.DivClassName
{
background-color: #F43046;
}
.BgClassName
{
background-color: #F43046;
}
</style>
border-color css
<style>
span { border-color: #F43046; }
span { border-color: rgb(244,48,70); }
td.TdClassName
{
border-color: #F43046;
}
.TagClassName
{
border-color: #F43046;
}
</style>