Shades of Amaranth #F4184C
Tints of Amaranth #F4184C
RGB
CMYK
RGB Variations
Color information
#F4184C (or 0xF4184C) is known color: Amaranth. HEX triplet: F4, 18 and 4C. RGB value is (244,24,76). Sum of RGB (Red+Green+Blue) = 244+24+76=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F4184C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4184C is #0BE7B3. Grayscale: #5F5F5F. Windows color (decimal): -780212 or 4987124. OLE color: 4987124.
HSL color Cylindrical-coordinate representation of color #F4184C: hue angle of 345.82º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4184C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 76 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.04 |
| HSL | 345.82º | 0.91% | 0.53% | - |
| HSV(B) | 345.82º | 0.9% | 0.96% | - |
| XYZ | 38.94 | 20.41 | 8.72 | - |
| YUV | 95.71 | 116.89 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 76 | 0 | 0.90 | 0.69 | 0.04 | 345.82 | 0.91 | 0.53 |
| Hex | F4 | 18 | 4C | 0 | 5A | 45 | 4 | 15A | 5B | 35 |
| Octal | 364 | 30 | 114 | 0 | 132 | 105 | 4 | 532 | 133 | 65 |
| Binary | 11110100 | 11000 | 1001100 | 0 | 1011010 | 1000101 | 100 | 101011010 | 1011011 | 110101 |
Color Harmonies of #F4184C
Complementary color
Monochromatic Colors of #F4184C
Black with #F4184C
Text Example
Text Example
White with #F4184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4184C; }
p { color: rgb(244,24,76); }
H1.HeaderClassName
{
color: #F4184C;
}
.AnyTagClassName
{
color: #F4184C;
}
</style>
background-color css
<style>
a { background-color: #F4184C; }
a { background-color: rgb(244,24,76); }
div.DivClassName
{
background-color: #F4184C;
}
.BgClassName
{
background-color: #F4184C;
}
</style>
border-color css
<style>
span { border-color: #F4184C; }
span { border-color: rgb(244,24,76); }
td.TdClassName
{
border-color: #F4184C;
}
.TagClassName
{
border-color: #F4184C;
}
</style>