Shades of Amaranth #F0374D
Tints of Amaranth #F0374D
RGB
CMYK
RGB Variations
Color information
#F0374D (or 0xF0374D) is known color: Amaranth. HEX triplet: F0, 37 and 4D. RGB value is (240,55,77). Sum of RGB (Red+Green+Blue) = 240+55+77=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0374D is #0FC8B2. Grayscale: #707070. Windows color (decimal): -1034419 or 5060592. OLE color: 5060592.
HSL color Cylindrical-coordinate representation of color #F0374D: hue angle of 352.86º 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 #F0374D is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 77 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.06 |
| HSL | 352.86º | 0.86% | 0.58% | - |
| HSV(B) | 352.86º | 0.77% | 0.94% | - |
| XYZ | 38.64 | 21.79 | 9.19 | - |
| YUV | 112.82 | 107.79 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 77 | 0 | 0.77 | 0.68 | 0.06 | 352.86 | 0.86 | 0.58 |
| Hex | F0 | 37 | 4D | 0 | 4D | 44 | 6 | 161 | 56 | 3A |
| Octal | 360 | 67 | 115 | 0 | 115 | 104 | 6 | 541 | 126 | 72 |
| Binary | 11110000 | 110111 | 1001101 | 0 | 1001101 | 1000100 | 110 | 101100001 | 1010110 | 111010 |
Color Harmonies of #F0374D
Complementary color
Monochromatic Colors of #F0374D
Black with #F0374D
Text Example
Text Example
White with #F0374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0374D; }
p { color: rgb(240,55,77); }
H1.HeaderClassName
{
color: #F0374D;
}
.AnyTagClassName
{
color: #F0374D;
}
</style>
background-color css
<style>
a { background-color: #F0374D; }
a { background-color: rgb(240,55,77); }
div.DivClassName
{
background-color: #F0374D;
}
.BgClassName
{
background-color: #F0374D;
}
</style>
border-color css
<style>
span { border-color: #F0374D; }
span { border-color: rgb(240,55,77); }
td.TdClassName
{
border-color: #F0374D;
}
.TagClassName
{
border-color: #F0374D;
}
</style>