Shades of Amaranth #F03544
Tints of Amaranth #F03544
RGB
CMYK
RGB Variations
Color information
#F03544 (or 0xF03544) is known color: Amaranth. HEX triplet: F0, 35 and 44. RGB value is (240,53,68). Sum of RGB (Red+Green+Blue) = 240+53+68=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F03544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03544 is #0FCABB. Grayscale: #6E6E6E. Windows color (decimal): -1034940 or 4470256. OLE color: 4470256.
HSL color Cylindrical-coordinate representation of color #F03544: hue angle of 355.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03544 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 68 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.06 |
| HSL | 355.19º | 0.86% | 0.57% | - |
| HSV(B) | 355.19º | 0.78% | 0.94% | - |
| XYZ | 38.25 | 21.49 | 7.6 | - |
| YUV | 110.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 68 | 0 | 0.78 | 0.72 | 0.06 | 355.19 | 0.86 | 0.57 |
| Hex | F0 | 35 | 44 | 0 | 4E | 48 | 6 | 163 | 56 | 39 |
| Octal | 360 | 65 | 104 | 0 | 116 | 110 | 6 | 543 | 126 | 71 |
| Binary | 11110000 | 110101 | 1000100 | 0 | 1001110 | 1001000 | 110 | 101100011 | 1010110 | 111001 |
Color Harmonies of #F03544
Complementary color
Monochromatic Colors of #F03544
Black with #F03544
Text Example
Text Example
White with #F03544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03544; }
p { color: rgb(240,53,68); }
H1.HeaderClassName
{
color: #F03544;
}
.AnyTagClassName
{
color: #F03544;
}
</style>
background-color css
<style>
a { background-color: #F03544; }
a { background-color: rgb(240,53,68); }
div.DivClassName
{
background-color: #F03544;
}
.BgClassName
{
background-color: #F03544;
}
</style>
border-color css
<style>
span { border-color: #F03544; }
span { border-color: rgb(240,53,68); }
td.TdClassName
{
border-color: #F03544;
}
.TagClassName
{
border-color: #F03544;
}
</style>