Shades of Amaranth #F4304E
Tints of Amaranth #F4304E
RGB
CMYK
RGB Variations
Color information
#F4304E (or 0xF4304E) is known color: Amaranth. HEX triplet: F4, 30 and 4E. RGB value is (244,48,78). Sum of RGB (Red+Green+Blue) = 244+48+78=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4304E is #0BCFB1. Grayscale: #6E6E6E. Windows color (decimal): -774066 or 5124340. OLE color: 5124340.
HSL color Cylindrical-coordinate representation of color #F4304E: hue angle of 350.82º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4304E is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 78 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.04 |
| HSL | 350.82º | 0.9% | 0.57% | - |
| HSV(B) | 350.82º | 0.8% | 0.96% | - |
| XYZ | 39.74 | 21.9 | 9.34 | - |
| YUV | 110.02 | 109.93 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 78 | 0 | 0.80 | 0.68 | 0.04 | 350.82 | 0.9 | 0.57 |
| Hex | F4 | 30 | 4E | 0 | 50 | 44 | 4 | 15F | 5A | 39 |
| Octal | 364 | 60 | 116 | 0 | 120 | 104 | 4 | 537 | 132 | 71 |
| Binary | 11110100 | 110000 | 1001110 | 0 | 1010000 | 1000100 | 100 | 101011111 | 1011010 | 111001 |
Color Harmonies of #F4304E
Complementary color
Monochromatic Colors of #F4304E
Black with #F4304E
Text Example
Text Example
White with #F4304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4304E; }
p { color: rgb(244,48,78); }
H1.HeaderClassName
{
color: #F4304E;
}
.AnyTagClassName
{
color: #F4304E;
}
</style>
background-color css
<style>
a { background-color: #F4304E; }
a { background-color: rgb(244,48,78); }
div.DivClassName
{
background-color: #F4304E;
}
.BgClassName
{
background-color: #F4304E;
}
</style>
border-color css
<style>
span { border-color: #F4304E; }
span { border-color: rgb(244,48,78); }
td.TdClassName
{
border-color: #F4304E;
}
.TagClassName
{
border-color: #F4304E;
}
</style>