Shades of Amaranth #F04045
Tints of Amaranth #F04045
RGB
CMYK
RGB Variations
Color information
#F04045 (or 0xF04045) is known color: Amaranth. HEX triplet: F0, 40 and 45. RGB value is (240,64,69). Sum of RGB (Red+Green+Blue) = 240+64+69=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F04045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04045 is #0FBFBA. Grayscale: #757575. Windows color (decimal): -1032123 or 4538608. OLE color: 4538608.
HSL color Cylindrical-coordinate representation of color #F04045: hue angle of 358.3º 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 #F04045 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 69 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.06 |
| HSL | 358.3º | 0.85% | 0.6% | - |
| HSV(B) | 358.3º | 0.73% | 0.94% | - |
| XYZ | 38.84 | 22.62 | 7.95 | - |
| YUV | 117.19 | 100.81 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 69 | 0 | 0.73 | 0.71 | 0.06 | 358.3 | 0.85 | 0.6 |
| Hex | F0 | 40 | 45 | 0 | 49 | 47 | 6 | 166 | 55 | 3C |
| Octal | 360 | 100 | 105 | 0 | 111 | 107 | 6 | 546 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1000101 | 0 | 1001001 | 1000111 | 110 | 101100110 | 1010101 | 111100 |
Color Harmonies of #F04045
Complementary color
Monochromatic Colors of #F04045
Black with #F04045
Text Example
Text Example
White with #F04045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04045; }
p { color: rgb(240,64,69); }
H1.HeaderClassName
{
color: #F04045;
}
.AnyTagClassName
{
color: #F04045;
}
</style>
background-color css
<style>
a { background-color: #F04045; }
a { background-color: rgb(240,64,69); }
div.DivClassName
{
background-color: #F04045;
}
.BgClassName
{
background-color: #F04045;
}
</style>
border-color css
<style>
span { border-color: #F04045; }
span { border-color: rgb(240,64,69); }
td.TdClassName
{
border-color: #F04045;
}
.TagClassName
{
border-color: #F04045;
}
</style>