Shades of Amaranth #F24048
Tints of Amaranth #F24048
RGB
CMYK
RGB Variations
Color information
#F24048 (or 0xF24048) is known color: Amaranth. HEX triplet: F2, 40 and 48. RGB value is (242,64,72). Sum of RGB (Red+Green+Blue) = 242+64+72=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F24048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24048 is #0DBFB7. Grayscale: #767676. Windows color (decimal): -901048 or 4735218. OLE color: 4735218.
HSL color Cylindrical-coordinate representation of color #F24048: hue angle of 357.3º 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 #F24048 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 72 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.05 |
| HSL | 357.3º | 0.87% | 0.6% | - |
| HSV(B) | 357.3º | 0.74% | 0.95% | - |
| XYZ | 39.62 | 23.01 | 8.48 | - |
| YUV | 118.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 72 | 0 | 0.74 | 0.70 | 0.05 | 357.3 | 0.87 | 0.6 |
| Hex | F2 | 40 | 48 | 0 | 4A | 46 | 5 | 165 | 57 | 3C |
| Octal | 362 | 100 | 110 | 0 | 112 | 106 | 5 | 545 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1001000 | 0 | 1001010 | 1000110 | 101 | 101100101 | 1010111 | 111100 |
Color Harmonies of #F24048
Complementary color
Monochromatic Colors of #F24048
Black with #F24048
Text Example
Text Example
White with #F24048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24048; }
p { color: rgb(242,64,72); }
H1.HeaderClassName
{
color: #F24048;
}
.AnyTagClassName
{
color: #F24048;
}
</style>
background-color css
<style>
a { background-color: #F24048; }
a { background-color: rgb(242,64,72); }
div.DivClassName
{
background-color: #F24048;
}
.BgClassName
{
background-color: #F24048;
}
</style>
border-color css
<style>
span { border-color: #F24048; }
span { border-color: rgb(242,64,72); }
td.TdClassName
{
border-color: #F24048;
}
.TagClassName
{
border-color: #F24048;
}
</style>