Shades of Amaranth #F0374E
Tints of Amaranth #F0374E
RGB
CMYK
RGB Variations
Color information
#F0374E (or 0xF0374E) is known color: Amaranth. HEX triplet: F0, 37 and 4E. RGB value is (240,55,78). Sum of RGB (Red+Green+Blue) = 240+55+78=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0374E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0374E is #0FC8B1. Grayscale: #717171. Windows color (decimal): -1034418 or 5126128. OLE color: 5126128.
HSL color Cylindrical-coordinate representation of color #F0374E: hue angle of 352.54º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0374E is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 78 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.06 |
| HSL | 352.54º | 0.86% | 0.58% | - |
| HSV(B) | 352.54º | 0.77% | 0.94% | - |
| XYZ | 38.68 | 21.81 | 9.38 | - |
| YUV | 112.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 78 | 0 | 0.77 | 0.68 | 0.06 | 352.54 | 0.86 | 0.58 |
| Hex | F0 | 37 | 4E | 0 | 4D | 44 | 6 | 161 | 56 | 3A |
| Octal | 360 | 67 | 116 | 0 | 115 | 104 | 6 | 541 | 126 | 72 |
| Binary | 11110000 | 110111 | 1001110 | 0 | 1001101 | 1000100 | 110 | 101100001 | 1010110 | 111010 |
Color Harmonies of #F0374E
Complementary color
Monochromatic Colors of #F0374E
Black with #F0374E
Text Example
Text Example
White with #F0374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0374E; }
p { color: rgb(240,55,78); }
H1.HeaderClassName
{
color: #F0374E;
}
.AnyTagClassName
{
color: #F0374E;
}
</style>
background-color css
<style>
a { background-color: #F0374E; }
a { background-color: rgb(240,55,78); }
div.DivClassName
{
background-color: #F0374E;
}
.BgClassName
{
background-color: #F0374E;
}
</style>
border-color css
<style>
span { border-color: #F0374E; }
span { border-color: rgb(240,55,78); }
td.TdClassName
{
border-color: #F0374E;
}
.TagClassName
{
border-color: #F0374E;
}
</style>