Shades of Amaranth #F3204D
Tints of Amaranth #F3204D
RGB
CMYK
RGB Variations
Color information
#F3204D (or 0xF3204D) is known color: Amaranth. HEX triplet: F3, 20 and 4D. RGB value is (243,32,77). Sum of RGB (Red+Green+Blue) = 243+32+77=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F3204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3204D is #0CDFB2. Grayscale: #646464. Windows color (decimal): -843699 or 5054707. OLE color: 5054707.
HSL color Cylindrical-coordinate representation of color #F3204D: hue angle of 347.2º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3204D is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 77 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.05 |
| HSL | 347.2º | 0.9% | 0.54% | - |
| HSV(B) | 347.2º | 0.87% | 0.95% | - |
| XYZ | 38.82 | 20.62 | 8.96 | - |
| YUV | 100.22 | 114.9 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 77 | 0 | 0.87 | 0.68 | 0.05 | 347.2 | 0.9 | 0.54 |
| Hex | F3 | 20 | 4D | 0 | 57 | 44 | 5 | 15B | 5A | 36 |
| Octal | 363 | 40 | 115 | 0 | 127 | 104 | 5 | 533 | 132 | 66 |
| Binary | 11110011 | 100000 | 1001101 | 0 | 1010111 | 1000100 | 101 | 101011011 | 1011010 | 110110 |
Color Harmonies of #F3204D
Complementary color
Monochromatic Colors of #F3204D
Black with #F3204D
Text Example
Text Example
White with #F3204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3204D; }
p { color: rgb(243,32,77); }
H1.HeaderClassName
{
color: #F3204D;
}
.AnyTagClassName
{
color: #F3204D;
}
</style>
background-color css
<style>
a { background-color: #F3204D; }
a { background-color: rgb(243,32,77); }
div.DivClassName
{
background-color: #F3204D;
}
.BgClassName
{
background-color: #F3204D;
}
</style>
border-color css
<style>
span { border-color: #F3204D; }
span { border-color: rgb(243,32,77); }
td.TdClassName
{
border-color: #F3204D;
}
.TagClassName
{
border-color: #F3204D;
}
</style>