Shades of Amaranth #F24647
Tints of Amaranth #F24647
RGB
CMYK
RGB Variations
Color information
#F24647 (or 0xF24647) is known color: Amaranth. HEX triplet: F2, 46 and 47. RGB value is (242,70,71). Sum of RGB (Red+Green+Blue) = 242+70+71=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F24647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24647 is #0DB9B8. Grayscale: #797979. Windows color (decimal): -899513 or 4671218. OLE color: 4671218.
HSL color Cylindrical-coordinate representation of color #F24647: hue angle of 359.65º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24647 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 71 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.05 |
| HSL | 359.65º | 0.87% | 0.61% | - |
| HSV(B) | 359.65º | 0.71% | 0.95% | - |
| XYZ | 39.95 | 23.71 | 8.43 | - |
| YUV | 121.54 | 99.48 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 71 | 0 | 0.71 | 0.71 | 0.05 | 359.65 | 0.87 | 0.61 |
| Hex | F2 | 46 | 47 | 0 | 47 | 47 | 5 | 168 | 57 | 3D |
| Octal | 362 | 106 | 107 | 0 | 107 | 107 | 5 | 550 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1000111 | 0 | 1000111 | 1000111 | 101 | 101101000 | 1010111 | 111101 |
Color Harmonies of #F24647
Complementary color
Monochromatic Colors of #F24647
Black with #F24647
Text Example
Text Example
White with #F24647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24647; }
p { color: rgb(242,70,71); }
H1.HeaderClassName
{
color: #F24647;
}
.AnyTagClassName
{
color: #F24647;
}
</style>
background-color css
<style>
a { background-color: #F24647; }
a { background-color: rgb(242,70,71); }
div.DivClassName
{
background-color: #F24647;
}
.BgClassName
{
background-color: #F24647;
}
</style>
border-color css
<style>
span { border-color: #F24647; }
span { border-color: rgb(242,70,71); }
td.TdClassName
{
border-color: #F24647;
}
.TagClassName
{
border-color: #F24647;
}
</style>