Shades of Amaranth #F04447
Tints of Amaranth #F04447
RGB
CMYK
RGB Variations
Color information
#F04447 (or 0xF04447) is known color: Amaranth. HEX triplet: F0, 44 and 47. RGB value is (240,68,71). Sum of RGB (Red+Green+Blue) = 240+68+71=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F04447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04447 is #0FBBB8. Grayscale: #777777. Windows color (decimal): -1031097 or 4670704. OLE color: 4670704.
HSL color Cylindrical-coordinate representation of color #F04447: hue angle of 358.95º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04447 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 71 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.06 |
| HSL | 358.95º | 0.85% | 0.6% | - |
| HSV(B) | 358.95º | 0.72% | 0.94% | - |
| XYZ | 39.14 | 23.11 | 8.36 | - |
| YUV | 119.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 71 | 0 | 0.72 | 0.70 | 0.06 | 358.95 | 0.85 | 0.6 |
| Hex | F0 | 44 | 47 | 0 | 48 | 46 | 6 | 167 | 55 | 3C |
| Octal | 360 | 104 | 107 | 0 | 110 | 106 | 6 | 547 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1000111 | 0 | 1001000 | 1000110 | 110 | 101100111 | 1010101 | 111100 |
Color Harmonies of #F04447
Complementary color
Monochromatic Colors of #F04447
Black with #F04447
Text Example
Text Example
White with #F04447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04447; }
p { color: rgb(240,68,71); }
H1.HeaderClassName
{
color: #F04447;
}
.AnyTagClassName
{
color: #F04447;
}
</style>
background-color css
<style>
a { background-color: #F04447; }
a { background-color: rgb(240,68,71); }
div.DivClassName
{
background-color: #F04447;
}
.BgClassName
{
background-color: #F04447;
}
</style>
border-color css
<style>
span { border-color: #F04447; }
span { border-color: rgb(240,68,71); }
td.TdClassName
{
border-color: #F04447;
}
.TagClassName
{
border-color: #F04447;
}
</style>