Shades of Amaranth #F4294F
Tints of Amaranth #F4294F
RGB
CMYK
RGB Variations
Color information
#F4294F (or 0xF4294F) is known color: Amaranth. HEX triplet: F4, 29 and 4F. RGB value is (244,41,79). Sum of RGB (Red+Green+Blue) = 244+41+79=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F4294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4294F is #0BD6B0. Grayscale: #6A6A6A. Windows color (decimal): -775857 or 5188084. OLE color: 5188084.
HSL color Cylindrical-coordinate representation of color #F4294F: hue angle of 348.77º 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 #F4294F is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 79 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.04 |
| HSL | 348.77º | 0.9% | 0.56% | - |
| HSV(B) | 348.77º | 0.83% | 0.96% | - |
| XYZ | 39.51 | 21.38 | 9.44 | - |
| YUV | 106.03 | 112.75 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 79 | 0 | 0.83 | 0.68 | 0.04 | 348.77 | 0.9 | 0.56 |
| Hex | F4 | 29 | 4F | 0 | 53 | 44 | 4 | 15D | 5A | 38 |
| Octal | 364 | 51 | 117 | 0 | 123 | 104 | 4 | 535 | 132 | 70 |
| Binary | 11110100 | 101001 | 1001111 | 0 | 1010011 | 1000100 | 100 | 101011101 | 1011010 | 111000 |
Color Harmonies of #F4294F
Complementary color
Monochromatic Colors of #F4294F
Black with #F4294F
Text Example
Text Example
White with #F4294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4294F; }
p { color: rgb(244,41,79); }
H1.HeaderClassName
{
color: #F4294F;
}
.AnyTagClassName
{
color: #F4294F;
}
</style>
background-color css
<style>
a { background-color: #F4294F; }
a { background-color: rgb(244,41,79); }
div.DivClassName
{
background-color: #F4294F;
}
.BgClassName
{
background-color: #F4294F;
}
</style>
border-color css
<style>
span { border-color: #F4294F; }
span { border-color: rgb(244,41,79); }
td.TdClassName
{
border-color: #F4294F;
}
.TagClassName
{
border-color: #F4294F;
}
</style>