Shades of Amaranth #F4364E
Tints of Amaranth #F4364E
RGB
CMYK
RGB Variations
Color information
#F4364E (or 0xF4364E) is known color: Amaranth. HEX triplet: F4, 36 and 4E. RGB value is (244,54,78). Sum of RGB (Red+Green+Blue) = 244+54+78=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F4364E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4364E is #0BC9B1. Grayscale: #717171. Windows color (decimal): -772530 or 5125876. OLE color: 5125876.
HSL color Cylindrical-coordinate representation of color #F4364E: hue angle of 352.42º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4364E is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 54 | 78 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.04 |
| HSL | 352.42º | 0.9% | 0.58% | - |
| HSV(B) | 352.42º | 0.78% | 0.96% | - |
| XYZ | 40 | 22.42 | 9.43 | - |
| YUV | 113.55 | 107.95 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 54 | 78 | 0 | 0.78 | 0.68 | 0.04 | 352.42 | 0.9 | 0.58 |
| Hex | F4 | 36 | 4E | 0 | 4E | 44 | 4 | 160 | 5A | 3A |
| Octal | 364 | 66 | 116 | 0 | 116 | 104 | 4 | 540 | 132 | 72 |
| Binary | 11110100 | 110110 | 1001110 | 0 | 1001110 | 1000100 | 100 | 101100000 | 1011010 | 111010 |
Color Harmonies of #F4364E
Complementary color
Monochromatic Colors of #F4364E
Black with #F4364E
Text Example
Text Example
White with #F4364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4364E; }
p { color: rgb(244,54,78); }
H1.HeaderClassName
{
color: #F4364E;
}
.AnyTagClassName
{
color: #F4364E;
}
</style>
background-color css
<style>
a { background-color: #F4364E; }
a { background-color: rgb(244,54,78); }
div.DivClassName
{
background-color: #F4364E;
}
.BgClassName
{
background-color: #F4364E;
}
</style>
border-color css
<style>
span { border-color: #F4364E; }
span { border-color: rgb(244,54,78); }
td.TdClassName
{
border-color: #F4364E;
}
.TagClassName
{
border-color: #F4364E;
}
</style>