Shades of Amaranth #F04245
Tints of Amaranth #F04245
RGB
CMYK
RGB Variations
Color information
#F04245 (or 0xF04245) is known color: Amaranth. HEX triplet: F0, 42 and 45. RGB value is (240,66,69). Sum of RGB (Red+Green+Blue) = 240+66+69=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F04245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04245 is #0FBDBA. Grayscale: #767676. Windows color (decimal): -1031611 or 4539120. OLE color: 4539120.
HSL color Cylindrical-coordinate representation of color #F04245: hue angle of 358.97º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04245 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 69 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.06 |
| HSL | 358.97º | 0.85% | 0.6% | - |
| HSV(B) | 358.97º | 0.73% | 0.94% | - |
| XYZ | 38.96 | 22.85 | 7.99 | - |
| YUV | 118.37 | 100.15 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 69 | 0 | 0.72 | 0.71 | 0.06 | 358.97 | 0.85 | 0.6 |
| Hex | F0 | 42 | 45 | 0 | 48 | 47 | 6 | 167 | 55 | 3C |
| Octal | 360 | 102 | 105 | 0 | 110 | 107 | 6 | 547 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1000101 | 0 | 1001000 | 1000111 | 110 | 101100111 | 1010101 | 111100 |
Color Harmonies of #F04245
Complementary color
Monochromatic Colors of #F04245
Black with #F04245
Text Example
Text Example
White with #F04245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04245; }
p { color: rgb(240,66,69); }
H1.HeaderClassName
{
color: #F04245;
}
.AnyTagClassName
{
color: #F04245;
}
</style>
background-color css
<style>
a { background-color: #F04245; }
a { background-color: rgb(240,66,69); }
div.DivClassName
{
background-color: #F04245;
}
.BgClassName
{
background-color: #F04245;
}
</style>
border-color css
<style>
span { border-color: #F04245; }
span { border-color: rgb(240,66,69); }
td.TdClassName
{
border-color: #F04245;
}
.TagClassName
{
border-color: #F04245;
}
</style>