Shades of Amaranth #F3205C
Tints of Amaranth #F3205C
RGB
CMYK
RGB Variations
Color information
#F3205C (or 0xF3205C) is known color: Amaranth. HEX triplet: F3, 20 and 5C. RGB value is (243,32,92). Sum of RGB (Red+Green+Blue) = 243+32+92=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F3205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3205C is #0CDFA3. Grayscale: #656565. Windows color (decimal): -843684 or 6037747. OLE color: 6037747.
HSL color Cylindrical-coordinate representation of color #F3205C: hue angle of 342.94º 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 #F3205C is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 92 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.05 |
| HSL | 342.94º | 0.9% | 0.54% | - |
| HSV(B) | 342.94º | 0.87% | 0.95% | - |
| XYZ | 39.41 | 20.86 | 12.07 | - |
| YUV | 101.93 | 122.4 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 92 | 0 | 0.87 | 0.62 | 0.05 | 342.94 | 0.9 | 0.54 |
| Hex | F3 | 20 | 5C | 0 | 57 | 3E | 5 | 157 | 5A | 36 |
| Octal | 363 | 40 | 134 | 0 | 127 | 76 | 5 | 527 | 132 | 66 |
| Binary | 11110011 | 100000 | 1011100 | 0 | 1010111 | 111110 | 101 | 101010111 | 1011010 | 110110 |
Color Harmonies of #F3205C
Complementary color
Monochromatic Colors of #F3205C
Black with #F3205C
Text Example
Text Example
White with #F3205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3205C; }
p { color: rgb(243,32,92); }
H1.HeaderClassName
{
color: #F3205C;
}
.AnyTagClassName
{
color: #F3205C;
}
</style>
background-color css
<style>
a { background-color: #F3205C; }
a { background-color: rgb(243,32,92); }
div.DivClassName
{
background-color: #F3205C;
}
.BgClassName
{
background-color: #F3205C;
}
</style>
border-color css
<style>
span { border-color: #F3205C; }
span { border-color: rgb(243,32,92); }
td.TdClassName
{
border-color: #F3205C;
}
.TagClassName
{
border-color: #F3205C;
}
</style>