Shades of Amaranth #F4214C
Tints of Amaranth #F4214C
RGB
CMYK
RGB Variations
Color information
#F4214C (or 0xF4214C) is known color: Amaranth. HEX triplet: F4, 21 and 4C. RGB value is (244,33,76). Sum of RGB (Red+Green+Blue) = 244+33+76=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F4214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4214C is #0BDEB3. Grayscale: #656565. Windows color (decimal): -777908 or 4989428. OLE color: 4989428.
HSL color Cylindrical-coordinate representation of color #F4214C: hue angle of 347.77º 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 #F4214C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 76 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.04 |
| HSL | 347.77º | 0.91% | 0.54% | - |
| HSV(B) | 347.77º | 0.86% | 0.96% | - |
| XYZ | 39.16 | 20.84 | 8.8 | - |
| YUV | 100.99 | 113.9 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 76 | 0 | 0.86 | 0.69 | 0.04 | 347.77 | 0.91 | 0.54 |
| Hex | F4 | 21 | 4C | 0 | 56 | 45 | 4 | 15C | 5B | 36 |
| Octal | 364 | 41 | 114 | 0 | 126 | 105 | 4 | 534 | 133 | 66 |
| Binary | 11110100 | 100001 | 1001100 | 0 | 1010110 | 1000101 | 100 | 101011100 | 1011011 | 110110 |
Color Harmonies of #F4214C
Complementary color
Monochromatic Colors of #F4214C
Black with #F4214C
Text Example
Text Example
White with #F4214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4214C; }
p { color: rgb(244,33,76); }
H1.HeaderClassName
{
color: #F4214C;
}
.AnyTagClassName
{
color: #F4214C;
}
</style>
background-color css
<style>
a { background-color: #F4214C; }
a { background-color: rgb(244,33,76); }
div.DivClassName
{
background-color: #F4214C;
}
.BgClassName
{
background-color: #F4214C;
}
</style>
border-color css
<style>
span { border-color: #F4214C; }
span { border-color: rgb(244,33,76); }
td.TdClassName
{
border-color: #F4214C;
}
.TagClassName
{
border-color: #F4214C;
}
</style>