Shades of Amaranth #F0404C
Tints of Amaranth #F0404C
RGB
CMYK
RGB Variations
Color information
#F0404C (or 0xF0404C) is known color: Amaranth. HEX triplet: F0, 40 and 4C. RGB value is (240,64,76). Sum of RGB (Red+Green+Blue) = 240+64+76=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0404C is #0FBFB3. Grayscale: #767676. Windows color (decimal): -1032116 or 4997360. OLE color: 4997360.
HSL color Cylindrical-coordinate representation of color #F0404C: hue angle of 355.91º 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 #F0404C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 76 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.06 |
| HSL | 355.91º | 0.85% | 0.6% | - |
| HSV(B) | 355.91º | 0.73% | 0.94% | - |
| XYZ | 39.07 | 22.71 | 9.16 | - |
| YUV | 117.99 | 104.31 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 76 | 0 | 0.73 | 0.68 | 0.06 | 355.91 | 0.85 | 0.6 |
| Hex | F0 | 40 | 4C | 0 | 49 | 44 | 6 | 164 | 55 | 3C |
| Octal | 360 | 100 | 114 | 0 | 111 | 104 | 6 | 544 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1001100 | 0 | 1001001 | 1000100 | 110 | 101100100 | 1010101 | 111100 |
Color Harmonies of #F0404C
Complementary color
Monochromatic Colors of #F0404C
Black with #F0404C
Text Example
Text Example
White with #F0404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0404C; }
p { color: rgb(240,64,76); }
H1.HeaderClassName
{
color: #F0404C;
}
.AnyTagClassName
{
color: #F0404C;
}
</style>
background-color css
<style>
a { background-color: #F0404C; }
a { background-color: rgb(240,64,76); }
div.DivClassName
{
background-color: #F0404C;
}
.BgClassName
{
background-color: #F0404C;
}
</style>
border-color css
<style>
span { border-color: #F0404C; }
span { border-color: rgb(240,64,76); }
td.TdClassName
{
border-color: #F0404C;
}
.TagClassName
{
border-color: #F0404C;
}
</style>