Shades of Amaranth #F24047
Tints of Amaranth #F24047
RGB
CMYK
RGB Variations
Color information
#F24047 (or 0xF24047) is known color: Amaranth. HEX triplet: F2, 40 and 47. RGB value is (242,64,71). Sum of RGB (Red+Green+Blue) = 242+64+71=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F24047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24047 is #0DBFB8. Grayscale: #767676. Windows color (decimal): -901049 or 4669682. OLE color: 4669682.
HSL color Cylindrical-coordinate representation of color #F24047: hue angle of 357.64º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F24047 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 71 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.05 |
| HSL | 357.64º | 0.87% | 0.6% | - |
| HSV(B) | 357.64º | 0.74% | 0.95% | - |
| XYZ | 39.59 | 23 | 8.31 | - |
| YUV | 118.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 71 | 0 | 0.74 | 0.71 | 0.05 | 357.64 | 0.87 | 0.6 |
| Hex | F2 | 40 | 47 | 0 | 4A | 47 | 5 | 166 | 57 | 3C |
| Octal | 362 | 100 | 107 | 0 | 112 | 107 | 5 | 546 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1000111 | 0 | 1001010 | 1000111 | 101 | 101100110 | 1010111 | 111100 |
Color Harmonies of #F24047
Complementary color
Monochromatic Colors of #F24047
Black with #F24047
Text Example
Text Example
White with #F24047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24047; }
p { color: rgb(242,64,71); }
H1.HeaderClassName
{
color: #F24047;
}
.AnyTagClassName
{
color: #F24047;
}
</style>
background-color css
<style>
a { background-color: #F24047; }
a { background-color: rgb(242,64,71); }
div.DivClassName
{
background-color: #F24047;
}
.BgClassName
{
background-color: #F24047;
}
</style>
border-color css
<style>
span { border-color: #F24047; }
span { border-color: rgb(242,64,71); }
td.TdClassName
{
border-color: #F24047;
}
.TagClassName
{
border-color: #F24047;
}
</style>