Shades of Amaranth #F0404D
Tints of Amaranth #F0404D
RGB
CMYK
RGB Variations
Color information
#F0404D (or 0xF0404D) is known color: Amaranth. HEX triplet: F0, 40 and 4D. RGB value is (240,64,77). Sum of RGB (Red+Green+Blue) = 240+64+77=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0404D is #0FBFB2. Grayscale: #767676. Windows color (decimal): -1032115 or 5062896. OLE color: 5062896.
HSL color Cylindrical-coordinate representation of color #F0404D: hue angle of 355.57º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0404D is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 77 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.06 |
| HSL | 355.57º | 0.85% | 0.6% | - |
| HSV(B) | 355.57º | 0.73% | 0.94% | - |
| XYZ | 39.11 | 22.73 | 9.35 | - |
| YUV | 118.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 77 | 0 | 0.73 | 0.68 | 0.06 | 355.57 | 0.85 | 0.6 |
| Hex | F0 | 40 | 4D | 0 | 49 | 44 | 6 | 164 | 55 | 3C |
| Octal | 360 | 100 | 115 | 0 | 111 | 104 | 6 | 544 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1001101 | 0 | 1001001 | 1000100 | 110 | 101100100 | 1010101 | 111100 |
Color Harmonies of #F0404D
Complementary color
Monochromatic Colors of #F0404D
Black with #F0404D
Text Example
Text Example
White with #F0404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0404D; }
p { color: rgb(240,64,77); }
H1.HeaderClassName
{
color: #F0404D;
}
.AnyTagClassName
{
color: #F0404D;
}
</style>
background-color css
<style>
a { background-color: #F0404D; }
a { background-color: rgb(240,64,77); }
div.DivClassName
{
background-color: #F0404D;
}
.BgClassName
{
background-color: #F0404D;
}
</style>
border-color css
<style>
span { border-color: #F0404D; }
span { border-color: rgb(240,64,77); }
td.TdClassName
{
border-color: #F0404D;
}
.TagClassName
{
border-color: #F0404D;
}
</style>