Shades of Amaranth #F03246
Tints of Amaranth #F03246
RGB
CMYK
RGB Variations
Color information
#F03246 (or 0xF03246) is known color: Amaranth. HEX triplet: F0, 32 and 46. RGB value is (240,50,70). Sum of RGB (Red+Green+Blue) = 240+50+70=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F03246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03246 is #0FCDB9. Grayscale: #6D6D6D. Windows color (decimal): -1035706 or 4600560. OLE color: 4600560.
HSL color Cylindrical-coordinate representation of color #F03246: hue angle of 353.68º 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 #F03246 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 70 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.06 |
| HSL | 353.68º | 0.86% | 0.57% | - |
| HSV(B) | 353.68º | 0.79% | 0.94% | - |
| XYZ | 38.18 | 21.25 | 7.88 | - |
| YUV | 109.09 | 105.95 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 70 | 0 | 0.79 | 0.71 | 0.06 | 353.68 | 0.86 | 0.57 |
| Hex | F0 | 32 | 46 | 0 | 4F | 47 | 6 | 162 | 56 | 39 |
| Octal | 360 | 62 | 106 | 0 | 117 | 107 | 6 | 542 | 126 | 71 |
| Binary | 11110000 | 110010 | 1000110 | 0 | 1001111 | 1000111 | 110 | 101100010 | 1010110 | 111001 |
Color Harmonies of #F03246
Complementary color
Monochromatic Colors of #F03246
Black with #F03246
Text Example
Text Example
White with #F03246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03246; }
p { color: rgb(240,50,70); }
H1.HeaderClassName
{
color: #F03246;
}
.AnyTagClassName
{
color: #F03246;
}
</style>
background-color css
<style>
a { background-color: #F03246; }
a { background-color: rgb(240,50,70); }
div.DivClassName
{
background-color: #F03246;
}
.BgClassName
{
background-color: #F03246;
}
</style>
border-color css
<style>
span { border-color: #F03246; }
span { border-color: rgb(240,50,70); }
td.TdClassName
{
border-color: #F03246;
}
.TagClassName
{
border-color: #F03246;
}
</style>