Shades of Amaranth #F34446
Tints of Amaranth #F34446
RGB
CMYK
RGB Variations
Color information
#F34446 (or 0xF34446) is known color: Amaranth. HEX triplet: F3, 44 and 46. RGB value is (243,68,70). Sum of RGB (Red+Green+Blue) = 243+68+70=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F34446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34446 is #0CBBB9. Grayscale: #787878. Windows color (decimal): -834490 or 4605171. OLE color: 4605171.
HSL color Cylindrical-coordinate representation of color #F34446: hue angle of 359.31º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F34446 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 70 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.05 |
| HSL | 359.31º | 0.88% | 0.61% | - |
| HSV(B) | 359.31º | 0.72% | 0.95% | - |
| XYZ | 40.13 | 23.63 | 8.24 | - |
| YUV | 120.55 | 99.48 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 70 | 0 | 0.72 | 0.71 | 0.05 | 359.31 | 0.88 | 0.61 |
| Hex | F3 | 44 | 46 | 0 | 48 | 47 | 5 | 167 | 58 | 3D |
| Octal | 363 | 104 | 106 | 0 | 110 | 107 | 5 | 547 | 130 | 75 |
| Binary | 11110011 | 1000100 | 1000110 | 0 | 1001000 | 1000111 | 101 | 101100111 | 1011000 | 111101 |
Color Harmonies of #F34446
Complementary color
Monochromatic Colors of #F34446
Black with #F34446
Text Example
Text Example
White with #F34446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34446; }
p { color: rgb(243,68,70); }
H1.HeaderClassName
{
color: #F34446;
}
.AnyTagClassName
{
color: #F34446;
}
</style>
background-color css
<style>
a { background-color: #F34446; }
a { background-color: rgb(243,68,70); }
div.DivClassName
{
background-color: #F34446;
}
.BgClassName
{
background-color: #F34446;
}
</style>
border-color css
<style>
span { border-color: #F34446; }
span { border-color: rgb(243,68,70); }
td.TdClassName
{
border-color: #F34446;
}
.TagClassName
{
border-color: #F34446;
}
</style>