Shades of Amaranth #F4284E
Tints of Amaranth #F4284E
RGB
CMYK
RGB Variations
Color information
#F4284E (or 0xF4284E) is known color: Amaranth. HEX triplet: F4, 28 and 4E. RGB value is (244,40,78). Sum of RGB (Red+Green+Blue) = 244+40+78=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F4284E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4284E is #0BD7B1. Grayscale: #696969. Windows color (decimal): -776114 or 5122292. OLE color: 5122292.
HSL color Cylindrical-coordinate representation of color #F4284E: hue angle of 348.82º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4284E is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 78 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.04 |
| HSL | 348.82º | 0.9% | 0.56% | - |
| HSV(B) | 348.82º | 0.84% | 0.96% | - |
| XYZ | 39.44 | 21.3 | 9.24 | - |
| YUV | 105.33 | 112.59 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 78 | 0 | 0.84 | 0.68 | 0.04 | 348.82 | 0.9 | 0.56 |
| Hex | F4 | 28 | 4E | 0 | 54 | 44 | 4 | 15D | 5A | 38 |
| Octal | 364 | 50 | 116 | 0 | 124 | 104 | 4 | 535 | 132 | 70 |
| Binary | 11110100 | 101000 | 1001110 | 0 | 1010100 | 1000100 | 100 | 101011101 | 1011010 | 111000 |
Color Harmonies of #F4284E
Complementary color
Monochromatic Colors of #F4284E
Black with #F4284E
Text Example
Text Example
White with #F4284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4284E; }
p { color: rgb(244,40,78); }
H1.HeaderClassName
{
color: #F4284E;
}
.AnyTagClassName
{
color: #F4284E;
}
</style>
background-color css
<style>
a { background-color: #F4284E; }
a { background-color: rgb(244,40,78); }
div.DivClassName
{
background-color: #F4284E;
}
.BgClassName
{
background-color: #F4284E;
}
</style>
border-color css
<style>
span { border-color: #F4284E; }
span { border-color: rgb(244,40,78); }
td.TdClassName
{
border-color: #F4284E;
}
.TagClassName
{
border-color: #F4284E;
}
</style>