Shades of Amaranth #F3205E
Tints of Amaranth #F3205E
RGB
CMYK
RGB Variations
Color information
#F3205E (or 0xF3205E) is known color: Amaranth. HEX triplet: F3, 20 and 5E. RGB value is (243,32,94). Sum of RGB (Red+Green+Blue) = 243+32+94=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F3205E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3205E is #0CDFA1. Grayscale: #666666. Windows color (decimal): -843682 or 6168819. OLE color: 6168819.
HSL color Cylindrical-coordinate representation of color #F3205E: hue angle of 342.37º 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 #F3205E is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 94 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.05 |
| HSL | 342.37º | 0.9% | 0.54% | - |
| HSV(B) | 342.37º | 0.87% | 0.95% | - |
| XYZ | 39.5 | 20.9 | 12.54 | - |
| YUV | 102.16 | 123.4 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 94 | 0 | 0.87 | 0.61 | 0.05 | 342.37 | 0.9 | 0.54 |
| Hex | F3 | 20 | 5E | 0 | 57 | 3D | 5 | 156 | 5A | 36 |
| Octal | 363 | 40 | 136 | 0 | 127 | 75 | 5 | 526 | 132 | 66 |
| Binary | 11110011 | 100000 | 1011110 | 0 | 1010111 | 111101 | 101 | 101010110 | 1011010 | 110110 |
Color Harmonies of #F3205E
Complementary color
Monochromatic Colors of #F3205E
Black with #F3205E
Text Example
Text Example
White with #F3205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3205E; }
p { color: rgb(243,32,94); }
H1.HeaderClassName
{
color: #F3205E;
}
.AnyTagClassName
{
color: #F3205E;
}
</style>
background-color css
<style>
a { background-color: #F3205E; }
a { background-color: rgb(243,32,94); }
div.DivClassName
{
background-color: #F3205E;
}
.BgClassName
{
background-color: #F3205E;
}
</style>
border-color css
<style>
span { border-color: #F3205E; }
span { border-color: rgb(243,32,94); }
td.TdClassName
{
border-color: #F3205E;
}
.TagClassName
{
border-color: #F3205E;
}
</style>