Shades of Amaranth #F3394C
Tints of Amaranth #F3394C
RGB
CMYK
RGB Variations
Color information
#F3394C (or 0xF3394C) is known color: Amaranth. HEX triplet: F3, 39 and 4C. RGB value is (243,57,76). Sum of RGB (Red+Green+Blue) = 243+57+76=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F3394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3394C is #0CC6B3. Grayscale: #727272. Windows color (decimal): -837300 or 4995571. OLE color: 4995571.
HSL color Cylindrical-coordinate representation of color #F3394C: hue angle of 353.87º 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 #F3394C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 76 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.05 |
| HSL | 353.87º | 0.89% | 0.59% | - |
| HSV(B) | 353.87º | 0.77% | 0.95% | - |
| XYZ | 39.73 | 22.5 | 9.09 | - |
| YUV | 114.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 76 | 0 | 0.77 | 0.69 | 0.05 | 353.87 | 0.89 | 0.59 |
| Hex | F3 | 39 | 4C | 0 | 4D | 45 | 5 | 162 | 59 | 3B |
| Octal | 363 | 71 | 114 | 0 | 115 | 105 | 5 | 542 | 131 | 73 |
| Binary | 11110011 | 111001 | 1001100 | 0 | 1001101 | 1000101 | 101 | 101100010 | 1011001 | 111011 |
Color Harmonies of #F3394C
Complementary color
Monochromatic Colors of #F3394C
Black with #F3394C
Text Example
Text Example
White with #F3394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3394C; }
p { color: rgb(243,57,76); }
H1.HeaderClassName
{
color: #F3394C;
}
.AnyTagClassName
{
color: #F3394C;
}
</style>
background-color css
<style>
a { background-color: #F3394C; }
a { background-color: rgb(243,57,76); }
div.DivClassName
{
background-color: #F3394C;
}
.BgClassName
{
background-color: #F3394C;
}
</style>
border-color css
<style>
span { border-color: #F3394C; }
span { border-color: rgb(243,57,76); }
td.TdClassName
{
border-color: #F3394C;
}
.TagClassName
{
border-color: #F3394C;
}
</style>