Shades of Amaranth #F0204A
Tints of Amaranth #F0204A
RGB
CMYK
RGB Variations
Color information
#F0204A (or 0xF0204A) is known color: Amaranth. HEX triplet: F0, 20 and 4A. RGB value is (240,32,74). Sum of RGB (Red+Green+Blue) = 240+32+74=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F0204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0204A is #0FDFB5. Grayscale: #636363. Windows color (decimal): -1040310 or 4858096. OLE color: 4858096.
HSL color Cylindrical-coordinate representation of color #F0204A: hue angle of 347.88º 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 #F0204A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 74 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.06 |
| HSL | 347.88º | 0.87% | 0.53% | - |
| HSV(B) | 347.88º | 0.87% | 0.94% | - |
| XYZ | 37.69 | 20.05 | 8.36 | - |
| YUV | 98.98 | 113.91 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 74 | 0 | 0.87 | 0.69 | 0.06 | 347.88 | 0.87 | 0.53 |
| Hex | F0 | 20 | 4A | 0 | 57 | 45 | 6 | 15C | 57 | 35 |
| Octal | 360 | 40 | 112 | 0 | 127 | 105 | 6 | 534 | 127 | 65 |
| Binary | 11110000 | 100000 | 1001010 | 0 | 1010111 | 1000101 | 110 | 101011100 | 1010111 | 110101 |
Color Harmonies of #F0204A
Complementary color
Monochromatic Colors of #F0204A
Black with #F0204A
Text Example
Text Example
White with #F0204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0204A; }
p { color: rgb(240,32,74); }
H1.HeaderClassName
{
color: #F0204A;
}
.AnyTagClassName
{
color: #F0204A;
}
</style>
background-color css
<style>
a { background-color: #F0204A; }
a { background-color: rgb(240,32,74); }
div.DivClassName
{
background-color: #F0204A;
}
.BgClassName
{
background-color: #F0204A;
}
</style>
border-color css
<style>
span { border-color: #F0204A; }
span { border-color: rgb(240,32,74); }
td.TdClassName
{
border-color: #F0204A;
}
.TagClassName
{
border-color: #F0204A;
}
</style>