Shades of Amaranth #F3394D
Tints of Amaranth #F3394D
RGB
CMYK
RGB Variations
Color information
#F3394D (or 0xF3394D) is known color: Amaranth. HEX triplet: F3, 39 and 4D. RGB value is (243,57,77). Sum of RGB (Red+Green+Blue) = 243+57+77=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F3394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3394D is #0CC6B2. Grayscale: #727272. Windows color (decimal): -837299 or 5061107. OLE color: 5061107.
HSL color Cylindrical-coordinate representation of color #F3394D: hue angle of 353.55º 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 #F3394D is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 77 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.05 |
| HSL | 353.55º | 0.89% | 0.59% | - |
| HSV(B) | 353.55º | 0.77% | 0.95% | - |
| XYZ | 39.76 | 22.52 | 9.27 | - |
| YUV | 114.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 77 | 0 | 0.77 | 0.68 | 0.05 | 353.55 | 0.89 | 0.59 |
| Hex | F3 | 39 | 4D | 0 | 4D | 44 | 5 | 162 | 59 | 3B |
| Octal | 363 | 71 | 115 | 0 | 115 | 104 | 5 | 542 | 131 | 73 |
| Binary | 11110011 | 111001 | 1001101 | 0 | 1001101 | 1000100 | 101 | 101100010 | 1011001 | 111011 |
Color Harmonies of #F3394D
Complementary color
Monochromatic Colors of #F3394D
Black with #F3394D
Text Example
Text Example
White with #F3394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3394D; }
p { color: rgb(243,57,77); }
H1.HeaderClassName
{
color: #F3394D;
}
.AnyTagClassName
{
color: #F3394D;
}
</style>
background-color css
<style>
a { background-color: #F3394D; }
a { background-color: rgb(243,57,77); }
div.DivClassName
{
background-color: #F3394D;
}
.BgClassName
{
background-color: #F3394D;
}
</style>
border-color css
<style>
span { border-color: #F3394D; }
span { border-color: rgb(243,57,77); }
td.TdClassName
{
border-color: #F3394D;
}
.TagClassName
{
border-color: #F3394D;
}
</style>