Shades of Amaranth #F0204D
Tints of Amaranth #F0204D
RGB
CMYK
RGB Variations
Color information
#F0204D (or 0xF0204D) is known color: Amaranth. HEX triplet: F0, 20 and 4D. RGB value is (240,32,77). Sum of RGB (Red+Green+Blue) = 240+32+77=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0204D is #0FDFB2. Grayscale: #636363. Windows color (decimal): -1040307 or 5054704. OLE color: 5054704.
HSL color Cylindrical-coordinate representation of color #F0204D: hue angle of 347.02º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0204D is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 77 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.06 |
| HSL | 347.02º | 0.87% | 0.53% | - |
| HSV(B) | 347.02º | 0.87% | 0.94% | - |
| XYZ | 37.79 | 20.09 | 8.91 | - |
| YUV | 99.32 | 115.41 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 77 | 0 | 0.87 | 0.68 | 0.06 | 347.02 | 0.87 | 0.53 |
| Hex | F0 | 20 | 4D | 0 | 57 | 44 | 6 | 15B | 57 | 35 |
| Octal | 360 | 40 | 115 | 0 | 127 | 104 | 6 | 533 | 127 | 65 |
| Binary | 11110000 | 100000 | 1001101 | 0 | 1010111 | 1000100 | 110 | 101011011 | 1010111 | 110101 |
Color Harmonies of #F0204D
Complementary color
Monochromatic Colors of #F0204D
Black with #F0204D
Text Example
Text Example
White with #F0204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0204D; }
p { color: rgb(240,32,77); }
H1.HeaderClassName
{
color: #F0204D;
}
.AnyTagClassName
{
color: #F0204D;
}
</style>
background-color css
<style>
a { background-color: #F0204D; }
a { background-color: rgb(240,32,77); }
div.DivClassName
{
background-color: #F0204D;
}
.BgClassName
{
background-color: #F0204D;
}
</style>
border-color css
<style>
span { border-color: #F0204D; }
span { border-color: rgb(240,32,77); }
td.TdClassName
{
border-color: #F0204D;
}
.TagClassName
{
border-color: #F0204D;
}
</style>