Shades of Amaranth #F0324E
Tints of Amaranth #F0324E
RGB
CMYK
RGB Variations
Color information
#F0324E (or 0xF0324E) is known color: Amaranth. HEX triplet: F0, 32 and 4E. RGB value is (240,50,78). Sum of RGB (Red+Green+Blue) = 240+50+78=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0324E is #0FCDB1. Grayscale: #6E6E6E. Windows color (decimal): -1035698 or 5124848. OLE color: 5124848.
HSL color Cylindrical-coordinate representation of color #F0324E: hue angle of 351.16º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0324E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 78 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.06 |
| HSL | 351.16º | 0.86% | 0.57% | - |
| HSV(B) | 351.16º | 0.79% | 0.94% | - |
| XYZ | 38.45 | 21.36 | 9.3 | - |
| YUV | 110 | 109.95 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 78 | 0 | 0.79 | 0.68 | 0.06 | 351.16 | 0.86 | 0.57 |
| Hex | F0 | 32 | 4E | 0 | 4F | 44 | 6 | 15F | 56 | 39 |
| Octal | 360 | 62 | 116 | 0 | 117 | 104 | 6 | 537 | 126 | 71 |
| Binary | 11110000 | 110010 | 1001110 | 0 | 1001111 | 1000100 | 110 | 101011111 | 1010110 | 111001 |
Color Harmonies of #F0324E
Complementary color
Monochromatic Colors of #F0324E
Black with #F0324E
Text Example
Text Example
White with #F0324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0324E; }
p { color: rgb(240,50,78); }
H1.HeaderClassName
{
color: #F0324E;
}
.AnyTagClassName
{
color: #F0324E;
}
</style>
background-color css
<style>
a { background-color: #F0324E; }
a { background-color: rgb(240,50,78); }
div.DivClassName
{
background-color: #F0324E;
}
.BgClassName
{
background-color: #F0324E;
}
</style>
border-color css
<style>
span { border-color: #F0324E; }
span { border-color: rgb(240,50,78); }
td.TdClassName
{
border-color: #F0324E;
}
.TagClassName
{
border-color: #F0324E;
}
</style>