Shades of Amaranth #F4364C
Tints of Amaranth #F4364C
RGB
CMYK
RGB Variations
Color information
#F4364C (or 0xF4364C) is known color: Amaranth. HEX triplet: F4, 36 and 4C. RGB value is (244,54,76). Sum of RGB (Red+Green+Blue) = 244+54+76=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F4364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4364C is #0BC9B3. Grayscale: #717171. Windows color (decimal): -772532 or 4994804. OLE color: 4994804.
HSL color Cylindrical-coordinate representation of color #F4364C: hue angle of 353.05º 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 #F4364C is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 54 | 76 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.04 |
| HSL | 353.05º | 0.9% | 0.58% | - |
| HSV(B) | 353.05º | 0.78% | 0.96% | - |
| XYZ | 39.93 | 22.39 | 9.06 | - |
| YUV | 113.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 54 | 76 | 0 | 0.78 | 0.69 | 0.04 | 353.05 | 0.9 | 0.58 |
| Hex | F4 | 36 | 4C | 0 | 4E | 45 | 4 | 161 | 5A | 3A |
| Octal | 364 | 66 | 114 | 0 | 116 | 105 | 4 | 541 | 132 | 72 |
| Binary | 11110100 | 110110 | 1001100 | 0 | 1001110 | 1000101 | 100 | 101100001 | 1011010 | 111010 |
Color Harmonies of #F4364C
Complementary color
Monochromatic Colors of #F4364C
Black with #F4364C
Text Example
Text Example
White with #F4364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4364C; }
p { color: rgb(244,54,76); }
H1.HeaderClassName
{
color: #F4364C;
}
.AnyTagClassName
{
color: #F4364C;
}
</style>
background-color css
<style>
a { background-color: #F4364C; }
a { background-color: rgb(244,54,76); }
div.DivClassName
{
background-color: #F4364C;
}
.BgClassName
{
background-color: #F4364C;
}
</style>
border-color css
<style>
span { border-color: #F4364C; }
span { border-color: rgb(244,54,76); }
td.TdClassName
{
border-color: #F4364C;
}
.TagClassName
{
border-color: #F4364C;
}
</style>