Shades of Amaranth #F03944
Tints of Amaranth #F03944
RGB
CMYK
RGB Variations
Color information
#F03944 (or 0xF03944) is known color: Amaranth. HEX triplet: F0, 39 and 44. RGB value is (240,57,68). Sum of RGB (Red+Green+Blue) = 240+57+68=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F03944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03944 is #0FC6BB. Grayscale: #717171. Windows color (decimal): -1033916 or 4471280. OLE color: 4471280.
HSL color Cylindrical-coordinate representation of color #F03944: hue angle of 356.39º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03944 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 68 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.06 |
| HSL | 356.39º | 0.86% | 0.58% | - |
| HSV(B) | 356.39º | 0.76% | 0.94% | - |
| XYZ | 38.44 | 21.87 | 7.66 | - |
| YUV | 112.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 68 | 0 | 0.76 | 0.72 | 0.06 | 356.39 | 0.86 | 0.58 |
| Hex | F0 | 39 | 44 | 0 | 4C | 48 | 6 | 164 | 56 | 3A |
| Octal | 360 | 71 | 104 | 0 | 114 | 110 | 6 | 544 | 126 | 72 |
| Binary | 11110000 | 111001 | 1000100 | 0 | 1001100 | 1001000 | 110 | 101100100 | 1010110 | 111010 |
Color Harmonies of #F03944
Complementary color
Monochromatic Colors of #F03944
Black with #F03944
Text Example
Text Example
White with #F03944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03944; }
p { color: rgb(240,57,68); }
H1.HeaderClassName
{
color: #F03944;
}
.AnyTagClassName
{
color: #F03944;
}
</style>
background-color css
<style>
a { background-color: #F03944; }
a { background-color: rgb(240,57,68); }
div.DivClassName
{
background-color: #F03944;
}
.BgClassName
{
background-color: #F03944;
}
</style>
border-color css
<style>
span { border-color: #F03944; }
span { border-color: rgb(240,57,68); }
td.TdClassName
{
border-color: #F03944;
}
.TagClassName
{
border-color: #F03944;
}
</style>