Shades of Amaranth #F4214D
Tints of Amaranth #F4214D
RGB
CMYK
RGB Variations
Color information
#F4214D (or 0xF4214D) is known color: Amaranth. HEX triplet: F4, 21 and 4D. RGB value is (244,33,77). Sum of RGB (Red+Green+Blue) = 244+33+77=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F4214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4214D is #0BDEB2. Grayscale: #656565. Windows color (decimal): -777907 or 5054964. OLE color: 5054964.
HSL color Cylindrical-coordinate representation of color #F4214D: hue angle of 347.49º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4214D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 77 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.04 |
| HSL | 347.49º | 0.91% | 0.54% | - |
| HSV(B) | 347.49º | 0.86% | 0.96% | - |
| XYZ | 39.19 | 20.86 | 8.98 | - |
| YUV | 101.11 | 114.4 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 77 | 0 | 0.86 | 0.68 | 0.04 | 347.49 | 0.91 | 0.54 |
| Hex | F4 | 21 | 4D | 0 | 56 | 44 | 4 | 15B | 5B | 36 |
| Octal | 364 | 41 | 115 | 0 | 126 | 104 | 4 | 533 | 133 | 66 |
| Binary | 11110100 | 100001 | 1001101 | 0 | 1010110 | 1000100 | 100 | 101011011 | 1011011 | 110110 |
Color Harmonies of #F4214D
Complementary color
Monochromatic Colors of #F4214D
Black with #F4214D
Text Example
Text Example
White with #F4214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4214D; }
p { color: rgb(244,33,77); }
H1.HeaderClassName
{
color: #F4214D;
}
.AnyTagClassName
{
color: #F4214D;
}
</style>
background-color css
<style>
a { background-color: #F4214D; }
a { background-color: rgb(244,33,77); }
div.DivClassName
{
background-color: #F4214D;
}
.BgClassName
{
background-color: #F4214D;
}
</style>
border-color css
<style>
span { border-color: #F4214D; }
span { border-color: rgb(244,33,77); }
td.TdClassName
{
border-color: #F4214D;
}
.TagClassName
{
border-color: #F4214D;
}
</style>