Shades of Amaranth #F32347
Tints of Amaranth #F32347
RGB
CMYK
RGB Variations
Color information
#F32347 (or 0xF32347) is known color: Amaranth. HEX triplet: F3, 23 and 47. RGB value is (243,35,71). Sum of RGB (Red+Green+Blue) = 243+35+71=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F32347 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32347 is #0CDCB8. Grayscale: #656565. Windows color (decimal): -842937 or 4662259. OLE color: 4662259.
HSL color Cylindrical-coordinate representation of color #F32347: hue angle of 349.62º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32347 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 71 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.05 |
| HSL | 349.62º | 0.9% | 0.55% | - |
| HSV(B) | 349.62º | 0.86% | 0.95% | - |
| XYZ | 38.7 | 20.71 | 7.92 | - |
| YUV | 101.3 | 110.91 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 71 | 0 | 0.86 | 0.71 | 0.05 | 349.62 | 0.9 | 0.55 |
| Hex | F3 | 23 | 47 | 0 | 56 | 47 | 5 | 15E | 5A | 37 |
| Octal | 363 | 43 | 107 | 0 | 126 | 107 | 5 | 536 | 132 | 67 |
| Binary | 11110011 | 100011 | 1000111 | 0 | 1010110 | 1000111 | 101 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F32347
Complementary color
Monochromatic Colors of #F32347
Black with #F32347
Text Example
Text Example
White with #F32347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32347; }
p { color: rgb(243,35,71); }
H1.HeaderClassName
{
color: #F32347;
}
.AnyTagClassName
{
color: #F32347;
}
</style>
background-color css
<style>
a { background-color: #F32347; }
a { background-color: rgb(243,35,71); }
div.DivClassName
{
background-color: #F32347;
}
.BgClassName
{
background-color: #F32347;
}
</style>
border-color css
<style>
span { border-color: #F32347; }
span { border-color: rgb(243,35,71); }
td.TdClassName
{
border-color: #F32347;
}
.TagClassName
{
border-color: #F32347;
}
</style>