Shades of Amaranth #F0394F
Tints of Amaranth #F0394F
RGB
CMYK
RGB Variations
Color information
#F0394F (or 0xF0394F) is known color: Amaranth. HEX triplet: F0, 39 and 4F. RGB value is (240,57,79). Sum of RGB (Red+Green+Blue) = 240+57+79=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F0394F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0394F is #0FC6B0. Grayscale: #727272. Windows color (decimal): -1033905 or 5192176. OLE color: 5192176.
HSL color Cylindrical-coordinate representation of color #F0394F: hue angle of 352.79º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0394F is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 79 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.06 |
| HSL | 352.79º | 0.86% | 0.58% | - |
| HSV(B) | 352.79º | 0.76% | 0.94% | - |
| XYZ | 38.81 | 22.02 | 9.6 | - |
| YUV | 114.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 79 | 0 | 0.76 | 0.67 | 0.06 | 352.79 | 0.86 | 0.58 |
| Hex | F0 | 39 | 4F | 0 | 4C | 43 | 6 | 161 | 56 | 3A |
| Octal | 360 | 71 | 117 | 0 | 114 | 103 | 6 | 541 | 126 | 72 |
| Binary | 11110000 | 111001 | 1001111 | 0 | 1001100 | 1000011 | 110 | 101100001 | 1010110 | 111010 |
Color Harmonies of #F0394F
Complementary color
Monochromatic Colors of #F0394F
Black with #F0394F
Text Example
Text Example
White with #F0394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0394F; }
p { color: rgb(240,57,79); }
H1.HeaderClassName
{
color: #F0394F;
}
.AnyTagClassName
{
color: #F0394F;
}
</style>
background-color css
<style>
a { background-color: #F0394F; }
a { background-color: rgb(240,57,79); }
div.DivClassName
{
background-color: #F0394F;
}
.BgClassName
{
background-color: #F0394F;
}
</style>
border-color css
<style>
span { border-color: #F0394F; }
span { border-color: rgb(240,57,79); }
td.TdClassName
{
border-color: #F0394F;
}
.TagClassName
{
border-color: #F0394F;
}
</style>