Shades of Amaranth #F42943
Tints of Amaranth #F42943
RGB
CMYK
RGB Variations
Color information
#F42943 (or 0xF42943) is known color: Amaranth. HEX triplet: F4, 29 and 43. RGB value is (244,41,67). Sum of RGB (Red+Green+Blue) = 244+41+67=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F42943 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42943 is #0BD6BC. Grayscale: #686868. Windows color (decimal): -775869 or 4401652. OLE color: 4401652.
HSL color Cylindrical-coordinate representation of color #F42943: hue angle of 352.32º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42943 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 67 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.04 |
| HSL | 352.32º | 0.9% | 0.56% | - |
| HSV(B) | 352.32º | 0.83% | 0.96% | - |
| XYZ | 39.11 | 21.22 | 7.35 | - |
| YUV | 104.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 67 | 0 | 0.83 | 0.73 | 0.04 | 352.32 | 0.9 | 0.56 |
| Hex | F4 | 29 | 43 | 0 | 53 | 49 | 4 | 160 | 5A | 38 |
| Octal | 364 | 51 | 103 | 0 | 123 | 111 | 4 | 540 | 132 | 70 |
| Binary | 11110100 | 101001 | 1000011 | 0 | 1010011 | 1001001 | 100 | 101100000 | 1011010 | 111000 |
Color Harmonies of #F42943
Complementary color
Monochromatic Colors of #F42943
Black with #F42943
Text Example
Text Example
White with #F42943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42943; }
p { color: rgb(244,41,67); }
H1.HeaderClassName
{
color: #F42943;
}
.AnyTagClassName
{
color: #F42943;
}
</style>
background-color css
<style>
a { background-color: #F42943; }
a { background-color: rgb(244,41,67); }
div.DivClassName
{
background-color: #F42943;
}
.BgClassName
{
background-color: #F42943;
}
</style>
border-color css
<style>
span { border-color: #F42943; }
span { border-color: rgb(244,41,67); }
td.TdClassName
{
border-color: #F42943;
}
.TagClassName
{
border-color: #F42943;
}
</style>