Shades of Amaranth #F3204A
Tints of Amaranth #F3204A
RGB
CMYK
RGB Variations
Color information
#F3204A (or 0xF3204A) is known color: Amaranth. HEX triplet: F3, 20 and 4A. RGB value is (243,32,74). Sum of RGB (Red+Green+Blue) = 243+32+74=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F3204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3204A is #0CDFB5. Grayscale: #636363. Windows color (decimal): -843702 or 4858099. OLE color: 4858099.
HSL color Cylindrical-coordinate representation of color #F3204A: hue angle of 348.06º 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 #F3204A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 74 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.05 |
| HSL | 348.06º | 0.9% | 0.54% | - |
| HSV(B) | 348.06º | 0.87% | 0.95% | - |
| XYZ | 38.71 | 20.58 | 8.41 | - |
| YUV | 99.88 | 113.4 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 74 | 0 | 0.87 | 0.70 | 0.05 | 348.06 | 0.9 | 0.54 |
| Hex | F3 | 20 | 4A | 0 | 57 | 46 | 5 | 15C | 5A | 36 |
| Octal | 363 | 40 | 112 | 0 | 127 | 106 | 5 | 534 | 132 | 66 |
| Binary | 11110011 | 100000 | 1001010 | 0 | 1010111 | 1000110 | 101 | 101011100 | 1011010 | 110110 |
Color Harmonies of #F3204A
Complementary color
Monochromatic Colors of #F3204A
Black with #F3204A
Text Example
Text Example
White with #F3204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3204A; }
p { color: rgb(243,32,74); }
H1.HeaderClassName
{
color: #F3204A;
}
.AnyTagClassName
{
color: #F3204A;
}
</style>
background-color css
<style>
a { background-color: #F3204A; }
a { background-color: rgb(243,32,74); }
div.DivClassName
{
background-color: #F3204A;
}
.BgClassName
{
background-color: #F3204A;
}
</style>
border-color css
<style>
span { border-color: #F3204A; }
span { border-color: rgb(243,32,74); }
td.TdClassName
{
border-color: #F3204A;
}
.TagClassName
{
border-color: #F3204A;
}
</style>