Shades of Amaranth #F0304E
Tints of Amaranth #F0304E
RGB
CMYK
RGB Variations
Color information
#F0304E (or 0xF0304E) is known color: Amaranth. HEX triplet: F0, 30 and 4E. RGB value is (240,48,78). Sum of RGB (Red+Green+Blue) = 240+48+78=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0304E is #0FCFB1. Grayscale: #6C6C6C. Windows color (decimal): -1036210 or 5124336. OLE color: 5124336.
HSL color Cylindrical-coordinate representation of color #F0304E: hue angle of 350.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0304E is Cyan = 0, Magento = 0.8, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 78 | - |
| CMYK | 0 | 0.8 | 0.68 | 0.06 |
| HSL | 350.63º | 0.86% | 0.56% | - |
| HSV(B) | 350.63º | 0.8% | 0.94% | - |
| XYZ | 38.37 | 21.19 | 9.28 | - |
| YUV | 108.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 78 | 0 | 0.8 | 0.68 | 0.06 | 350.63 | 0.86 | 0.56 |
| Hex | F0 | 30 | 4E | 0 | 50 | 44 | 6 | 15F | 56 | 38 |
| Octal | 360 | 60 | 116 | 0 | 120 | 104 | 6 | 537 | 126 | 70 |
| Binary | 11110000 | 110000 | 1001110 | 0 | 1010000 | 1000100 | 110 | 101011111 | 1010110 | 111000 |
Color Harmonies of #F0304E
Complementary color
Monochromatic Colors of #F0304E
Black with #F0304E
Text Example
Text Example
White with #F0304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0304E; }
p { color: rgb(240,48,78); }
H1.HeaderClassName
{
color: #F0304E;
}
.AnyTagClassName
{
color: #F0304E;
}
</style>
background-color css
<style>
a { background-color: #F0304E; }
a { background-color: rgb(240,48,78); }
div.DivClassName
{
background-color: #F0304E;
}
.BgClassName
{
background-color: #F0304E;
}
</style>
border-color css
<style>
span { border-color: #F0304E; }
span { border-color: rgb(240,48,78); }
td.TdClassName
{
border-color: #F0304E;
}
.TagClassName
{
border-color: #F0304E;
}
</style>