Shades of Amaranth #F24245
Tints of Amaranth #F24245
RGB
CMYK
RGB Variations
Color information
#F24245 (or 0xF24245) is known color: Amaranth. HEX triplet: F2, 42 and 45. RGB value is (242,66,69). Sum of RGB (Red+Green+Blue) = 242+66+69=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F24245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24245 is #0DBDBA. Grayscale: #777777. Windows color (decimal): -900539 or 4539122. OLE color: 4539122.
HSL color Cylindrical-coordinate representation of color #F24245: hue angle of 358.98º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24245 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 69 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.05 |
| HSL | 358.98º | 0.87% | 0.6% | - |
| HSV(B) | 358.98º | 0.73% | 0.95% | - |
| XYZ | 39.64 | 23.2 | 8.02 | - |
| YUV | 118.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 69 | 0 | 0.73 | 0.71 | 0.05 | 358.98 | 0.87 | 0.6 |
| Hex | F2 | 42 | 45 | 0 | 49 | 47 | 5 | 167 | 57 | 3C |
| Octal | 362 | 102 | 105 | 0 | 111 | 107 | 5 | 547 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1000101 | 0 | 1001001 | 1000111 | 101 | 101100111 | 1010111 | 111100 |
Color Harmonies of #F24245
Complementary color
Monochromatic Colors of #F24245
Black with #F24245
Text Example
Text Example
White with #F24245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24245; }
p { color: rgb(242,66,69); }
H1.HeaderClassName
{
color: #F24245;
}
.AnyTagClassName
{
color: #F24245;
}
</style>
background-color css
<style>
a { background-color: #F24245; }
a { background-color: rgb(242,66,69); }
div.DivClassName
{
background-color: #F24245;
}
.BgClassName
{
background-color: #F24245;
}
</style>
border-color css
<style>
span { border-color: #F24245; }
span { border-color: rgb(242,66,69); }
td.TdClassName
{
border-color: #F24245;
}
.TagClassName
{
border-color: #F24245;
}
</style>