Shades of Amaranth #F03144
Tints of Amaranth #F03144
RGB
CMYK
RGB Variations
Color information
#F03144 (or 0xF03144) is known color: Amaranth. HEX triplet: F0, 31 and 44. RGB value is (240,49,68). Sum of RGB (Red+Green+Blue) = 240+49+68=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F03144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03144 is #0FCEBB. Grayscale: #6C6C6C. Windows color (decimal): -1035964 or 4469232. OLE color: 4469232.
HSL color Cylindrical-coordinate representation of color #F03144: hue angle of 354.03º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03144 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 68 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.06 |
| HSL | 354.03º | 0.86% | 0.57% | - |
| HSV(B) | 354.03º | 0.8% | 0.94% | - |
| XYZ | 38.08 | 21.14 | 7.54 | - |
| YUV | 108.28 | 105.28 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 68 | 0 | 0.80 | 0.72 | 0.06 | 354.03 | 0.86 | 0.57 |
| Hex | F0 | 31 | 44 | 0 | 50 | 48 | 6 | 162 | 56 | 39 |
| Octal | 360 | 61 | 104 | 0 | 120 | 110 | 6 | 542 | 126 | 71 |
| Binary | 11110000 | 110001 | 1000100 | 0 | 1010000 | 1001000 | 110 | 101100010 | 1010110 | 111001 |
Color Harmonies of #F03144
Complementary color
Monochromatic Colors of #F03144
Black with #F03144
Text Example
Text Example
White with #F03144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03144; }
p { color: rgb(240,49,68); }
H1.HeaderClassName
{
color: #F03144;
}
.AnyTagClassName
{
color: #F03144;
}
</style>
background-color css
<style>
a { background-color: #F03144; }
a { background-color: rgb(240,49,68); }
div.DivClassName
{
background-color: #F03144;
}
.BgClassName
{
background-color: #F03144;
}
</style>
border-color css
<style>
span { border-color: #F03144; }
span { border-color: rgb(240,49,68); }
td.TdClassName
{
border-color: #F03144;
}
.TagClassName
{
border-color: #F03144;
}
</style>