Shades of Amaranth #F4314D
Tints of Amaranth #F4314D
RGB
CMYK
RGB Variations
Color information
#F4314D (or 0xF4314D) is known color: Amaranth. HEX triplet: F4, 31 and 4D. RGB value is (244,49,77). Sum of RGB (Red+Green+Blue) = 244+49+77=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4314D is #0BCEB2. Grayscale: #6E6E6E. Windows color (decimal): -773811 or 5059060. OLE color: 5059060.
HSL color Cylindrical-coordinate representation of color #F4314D: hue angle of 351.38º 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 #F4314D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 77 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.04 |
| HSL | 351.38º | 0.9% | 0.57% | - |
| HSV(B) | 351.38º | 0.8% | 0.96% | - |
| XYZ | 39.75 | 21.97 | 9.17 | - |
| YUV | 110.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 77 | 0 | 0.80 | 0.68 | 0.04 | 351.38 | 0.9 | 0.57 |
| Hex | F4 | 31 | 4D | 0 | 50 | 44 | 4 | 15F | 5A | 39 |
| Octal | 364 | 61 | 115 | 0 | 120 | 104 | 4 | 537 | 132 | 71 |
| Binary | 11110100 | 110001 | 1001101 | 0 | 1010000 | 1000100 | 100 | 101011111 | 1011010 | 111001 |
Color Harmonies of #F4314D
Complementary color
Monochromatic Colors of #F4314D
Black with #F4314D
Text Example
Text Example
White with #F4314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4314D; }
p { color: rgb(244,49,77); }
H1.HeaderClassName
{
color: #F4314D;
}
.AnyTagClassName
{
color: #F4314D;
}
</style>
background-color css
<style>
a { background-color: #F4314D; }
a { background-color: rgb(244,49,77); }
div.DivClassName
{
background-color: #F4314D;
}
.BgClassName
{
background-color: #F4314D;
}
</style>
border-color css
<style>
span { border-color: #F4314D; }
span { border-color: rgb(244,49,77); }
td.TdClassName
{
border-color: #F4314D;
}
.TagClassName
{
border-color: #F4314D;
}
</style>