Shades of Amaranth #F34044
Tints of Amaranth #F34044
RGB
CMYK
RGB Variations
Color information
#F34044 (or 0xF34044) is known color: Amaranth. HEX triplet: F3, 40 and 44. RGB value is (243,64,68). Sum of RGB (Red+Green+Blue) = 243+64+68=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F34044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34044 is #0CBFBB. Grayscale: #767676. Windows color (decimal): -835516 or 4473075. OLE color: 4473075.
HSL color Cylindrical-coordinate representation of color #F34044: hue angle of 358.66º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34044 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 68 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.05 |
| HSL | 358.66º | 0.88% | 0.6% | - |
| HSV(B) | 358.66º | 0.74% | 0.95% | - |
| XYZ | 39.84 | 23.14 | 7.84 | - |
| YUV | 117.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 68 | 0 | 0.74 | 0.72 | 0.05 | 358.66 | 0.88 | 0.6 |
| Hex | F3 | 40 | 44 | 0 | 4A | 48 | 5 | 167 | 58 | 3C |
| Octal | 363 | 100 | 104 | 0 | 112 | 110 | 5 | 547 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1000100 | 0 | 1001010 | 1001000 | 101 | 101100111 | 1011000 | 111100 |
Color Harmonies of #F34044
Complementary color
Monochromatic Colors of #F34044
Black with #F34044
Text Example
Text Example
White with #F34044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34044; }
p { color: rgb(243,64,68); }
H1.HeaderClassName
{
color: #F34044;
}
.AnyTagClassName
{
color: #F34044;
}
</style>
background-color css
<style>
a { background-color: #F34044; }
a { background-color: rgb(243,64,68); }
div.DivClassName
{
background-color: #F34044;
}
.BgClassName
{
background-color: #F34044;
}
</style>
border-color css
<style>
span { border-color: #F34044; }
span { border-color: rgb(243,64,68); }
td.TdClassName
{
border-color: #F34044;
}
.TagClassName
{
border-color: #F34044;
}
</style>