Shades of Amaranth #F4294D
Tints of Amaranth #F4294D
RGB
CMYK
RGB Variations
Color information
#F4294D (or 0xF4294D) is known color: Amaranth. HEX triplet: F4, 29 and 4D. RGB value is (244,41,77). Sum of RGB (Red+Green+Blue) = 244+41+77=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F4294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4294D is #0BD6B2. Grayscale: #696969. Windows color (decimal): -775859 or 5057012. OLE color: 5057012.
HSL color Cylindrical-coordinate representation of color #F4294D: hue angle of 349.36º 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 #F4294D is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 77 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.04 |
| HSL | 349.36º | 0.9% | 0.56% | - |
| HSV(B) | 349.36º | 0.83% | 0.96% | - |
| XYZ | 39.44 | 21.35 | 9.06 | - |
| YUV | 105.8 | 111.75 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 77 | 0 | 0.83 | 0.68 | 0.04 | 349.36 | 0.9 | 0.56 |
| Hex | F4 | 29 | 4D | 0 | 53 | 44 | 4 | 15D | 5A | 38 |
| Octal | 364 | 51 | 115 | 0 | 123 | 104 | 4 | 535 | 132 | 70 |
| Binary | 11110100 | 101001 | 1001101 | 0 | 1010011 | 1000100 | 100 | 101011101 | 1011010 | 111000 |
Color Harmonies of #F4294D
Complementary color
Monochromatic Colors of #F4294D
Black with #F4294D
Text Example
Text Example
White with #F4294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4294D; }
p { color: rgb(244,41,77); }
H1.HeaderClassName
{
color: #F4294D;
}
.AnyTagClassName
{
color: #F4294D;
}
</style>
background-color css
<style>
a { background-color: #F4294D; }
a { background-color: rgb(244,41,77); }
div.DivClassName
{
background-color: #F4294D;
}
.BgClassName
{
background-color: #F4294D;
}
</style>
border-color css
<style>
span { border-color: #F4294D; }
span { border-color: rgb(244,41,77); }
td.TdClassName
{
border-color: #F4294D;
}
.TagClassName
{
border-color: #F4294D;
}
</style>