Shades of Amaranth #F03F49
Tints of Amaranth #F03F49
RGB
CMYK
RGB Variations
Color information
#F03F49 (or 0xF03F49) is known color: Amaranth. HEX triplet: F0, 3F and 49. RGB value is (240,63,73). Sum of RGB (Red+Green+Blue) = 240+63+73=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03F49 is #0FC0B6. Grayscale: #757575. Windows color (decimal): -1032375 or 4800496. OLE color: 4800496.
HSL color Cylindrical-coordinate representation of color #F03F49: hue angle of 356.61º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03F49 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 73 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.06 |
| HSL | 356.61º | 0.86% | 0.59% | - |
| HSV(B) | 356.61º | 0.74% | 0.94% | - |
| XYZ | 38.92 | 22.56 | 8.61 | - |
| YUV | 117.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 73 | 0 | 0.74 | 0.70 | 0.06 | 356.61 | 0.86 | 0.59 |
| Hex | F0 | 3F | 49 | 0 | 4A | 46 | 6 | 165 | 56 | 3B |
| Octal | 360 | 77 | 111 | 0 | 112 | 106 | 6 | 545 | 126 | 73 |
| Binary | 11110000 | 111111 | 1001001 | 0 | 1001010 | 1000110 | 110 | 101100101 | 1010110 | 111011 |
Color Harmonies of #F03F49
Complementary color
Monochromatic Colors of #F03F49
Black with #F03F49
Text Example
Text Example
White with #F03F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F49; }
p { color: rgb(240,63,73); }
H1.HeaderClassName
{
color: #F03F49;
}
.AnyTagClassName
{
color: #F03F49;
}
</style>
background-color css
<style>
a { background-color: #F03F49; }
a { background-color: rgb(240,63,73); }
div.DivClassName
{
background-color: #F03F49;
}
.BgClassName
{
background-color: #F03F49;
}
</style>
border-color css
<style>
span { border-color: #F03F49; }
span { border-color: rgb(240,63,73); }
td.TdClassName
{
border-color: #F03F49;
}
.TagClassName
{
border-color: #F03F49;
}
</style>