Shades of Amaranth #F4224D
Tints of Amaranth #F4224D
RGB
CMYK
RGB Variations
Color information
#F4224D (or 0xF4224D) is known color: Amaranth. HEX triplet: F4, 22 and 4D. RGB value is (244,34,77). Sum of RGB (Red+Green+Blue) = 244+34+77=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4224D is #0BDDB2. Grayscale: #656565. Windows color (decimal): -777651 or 5055220. OLE color: 5055220.
HSL color Cylindrical-coordinate representation of color #F4224D: hue angle of 347.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4224D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 77 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.04 |
| HSL | 347.71º | 0.91% | 0.55% | - |
| HSV(B) | 347.71º | 0.86% | 0.96% | - |
| XYZ | 39.22 | 20.91 | 8.99 | - |
| YUV | 101.69 | 114.07 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 77 | 0 | 0.86 | 0.68 | 0.04 | 347.71 | 0.91 | 0.55 |
| Hex | F4 | 22 | 4D | 0 | 56 | 44 | 4 | 15C | 5B | 37 |
| Octal | 364 | 42 | 115 | 0 | 126 | 104 | 4 | 534 | 133 | 67 |
| Binary | 11110100 | 100010 | 1001101 | 0 | 1010110 | 1000100 | 100 | 101011100 | 1011011 | 110111 |
Color Harmonies of #F4224D
Complementary color
Monochromatic Colors of #F4224D
Black with #F4224D
Text Example
Text Example
White with #F4224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4224D; }
p { color: rgb(244,34,77); }
H1.HeaderClassName
{
color: #F4224D;
}
.AnyTagClassName
{
color: #F4224D;
}
</style>
background-color css
<style>
a { background-color: #F4224D; }
a { background-color: rgb(244,34,77); }
div.DivClassName
{
background-color: #F4224D;
}
.BgClassName
{
background-color: #F4224D;
}
</style>
border-color css
<style>
span { border-color: #F4224D; }
span { border-color: rgb(244,34,77); }
td.TdClassName
{
border-color: #F4224D;
}
.TagClassName
{
border-color: #F4224D;
}
</style>