Shades of Amaranth #F42149
Tints of Amaranth #F42149
RGB
CMYK
RGB Variations
Color information
#F42149 (or 0xF42149) is known color: Amaranth. HEX triplet: F4, 21 and 49. RGB value is (244,33,73). Sum of RGB (Red+Green+Blue) = 244+33+73=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F42149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42149 is #0BDEB6. Grayscale: #646464. Windows color (decimal): -777911 or 4792820. OLE color: 4792820.
HSL color Cylindrical-coordinate representation of color #F42149: hue angle of 348.63º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42149 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 73 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.04 |
| HSL | 348.63º | 0.91% | 0.54% | - |
| HSV(B) | 348.63º | 0.86% | 0.96% | - |
| XYZ | 39.05 | 20.8 | 8.26 | - |
| YUV | 100.65 | 112.4 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 73 | 0 | 0.86 | 0.70 | 0.04 | 348.63 | 0.91 | 0.54 |
| Hex | F4 | 21 | 49 | 0 | 56 | 46 | 4 | 15D | 5B | 36 |
| Octal | 364 | 41 | 111 | 0 | 126 | 106 | 4 | 535 | 133 | 66 |
| Binary | 11110100 | 100001 | 1001001 | 0 | 1010110 | 1000110 | 100 | 101011101 | 1011011 | 110110 |
Color Harmonies of #F42149
Complementary color
Monochromatic Colors of #F42149
Black with #F42149
Text Example
Text Example
White with #F42149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42149; }
p { color: rgb(244,33,73); }
H1.HeaderClassName
{
color: #F42149;
}
.AnyTagClassName
{
color: #F42149;
}
</style>
background-color css
<style>
a { background-color: #F42149; }
a { background-color: rgb(244,33,73); }
div.DivClassName
{
background-color: #F42149;
}
.BgClassName
{
background-color: #F42149;
}
</style>
border-color css
<style>
span { border-color: #F42149; }
span { border-color: rgb(244,33,73); }
td.TdClassName
{
border-color: #F42149;
}
.TagClassName
{
border-color: #F42149;
}
</style>