Shades of Amaranth #F12044
Tints of Amaranth #F12044
RGB
CMYK
RGB Variations
Color information
#F12044 (or 0xF12044) is known color: Amaranth. HEX triplet: F1, 20 and 44. RGB value is (241,32,68). Sum of RGB (Red+Green+Blue) = 241+32+68=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F12044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12044 is #0EDFBB. Grayscale: #626262. Windows color (decimal): -974780 or 4464881. OLE color: 4464881.
HSL color Cylindrical-coordinate representation of color #F12044: hue angle of 349.67º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12044 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 68 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.05 |
| HSL | 349.67º | 0.88% | 0.54% | - |
| HSV(B) | 349.67º | 0.87% | 0.95% | - |
| XYZ | 37.84 | 20.15 | 7.36 | - |
| YUV | 98.6 | 110.74 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 68 | 0 | 0.87 | 0.72 | 0.05 | 349.67 | 0.88 | 0.54 |
| Hex | F1 | 20 | 44 | 0 | 57 | 48 | 5 | 15E | 58 | 36 |
| Octal | 361 | 40 | 104 | 0 | 127 | 110 | 5 | 536 | 130 | 66 |
| Binary | 11110001 | 100000 | 1000100 | 0 | 1010111 | 1001000 | 101 | 101011110 | 1011000 | 110110 |
Color Harmonies of #F12044
Complementary color
Monochromatic Colors of #F12044
Black with #F12044
Text Example
Text Example
White with #F12044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12044; }
p { color: rgb(241,32,68); }
H1.HeaderClassName
{
color: #F12044;
}
.AnyTagClassName
{
color: #F12044;
}
</style>
background-color css
<style>
a { background-color: #F12044; }
a { background-color: rgb(241,32,68); }
div.DivClassName
{
background-color: #F12044;
}
.BgClassName
{
background-color: #F12044;
}
</style>
border-color css
<style>
span { border-color: #F12044; }
span { border-color: rgb(241,32,68); }
td.TdClassName
{
border-color: #F12044;
}
.TagClassName
{
border-color: #F12044;
}
</style>