Shades of Amaranth #F3394E
Tints of Amaranth #F3394E
RGB
CMYK
RGB Variations
Color information
#F3394E (or 0xF3394E) is known color: Amaranth. HEX triplet: F3, 39 and 4E. RGB value is (243,57,78). Sum of RGB (Red+Green+Blue) = 243+57+78=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F3394E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3394E is #0CC6B1. Grayscale: #737373. Windows color (decimal): -837298 or 5126643. OLE color: 5126643.
HSL color Cylindrical-coordinate representation of color #F3394E: hue angle of 353.23º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3394E is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 78 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.05 |
| HSL | 353.23º | 0.89% | 0.59% | - |
| HSV(B) | 353.23º | 0.77% | 0.95% | - |
| XYZ | 39.8 | 22.53 | 9.46 | - |
| YUV | 115.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 78 | 0 | 0.77 | 0.68 | 0.05 | 353.23 | 0.89 | 0.59 |
| Hex | F3 | 39 | 4E | 0 | 4D | 44 | 5 | 161 | 59 | 3B |
| Octal | 363 | 71 | 116 | 0 | 115 | 104 | 5 | 541 | 131 | 73 |
| Binary | 11110011 | 111001 | 1001110 | 0 | 1001101 | 1000100 | 101 | 101100001 | 1011001 | 111011 |
Color Harmonies of #F3394E
Complementary color
Monochromatic Colors of #F3394E
Black with #F3394E
Text Example
Text Example
White with #F3394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3394E; }
p { color: rgb(243,57,78); }
H1.HeaderClassName
{
color: #F3394E;
}
.AnyTagClassName
{
color: #F3394E;
}
</style>
background-color css
<style>
a { background-color: #F3394E; }
a { background-color: rgb(243,57,78); }
div.DivClassName
{
background-color: #F3394E;
}
.BgClassName
{
background-color: #F3394E;
}
</style>
border-color css
<style>
span { border-color: #F3394E; }
span { border-color: rgb(243,57,78); }
td.TdClassName
{
border-color: #F3394E;
}
.TagClassName
{
border-color: #F3394E;
}
</style>