Shades of Amaranth #F32345
Tints of Amaranth #F32345
RGB
CMYK
RGB Variations
Color information
#F32345 (or 0xF32345) is known color: Amaranth. HEX triplet: F3, 23 and 45. RGB value is (243,35,69). Sum of RGB (Red+Green+Blue) = 243+35+69=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F32345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32345 is #0CDCBA. Grayscale: #656565. Windows color (decimal): -842939 or 4531187. OLE color: 4531187.
HSL color Cylindrical-coordinate representation of color #F32345: hue angle of 350.19º 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 #F32345 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 69 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.05 |
| HSL | 350.19º | 0.9% | 0.55% | - |
| HSV(B) | 350.19º | 0.86% | 0.95% | - |
| XYZ | 38.64 | 20.69 | 7.59 | - |
| YUV | 101.07 | 109.91 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 69 | 0 | 0.86 | 0.72 | 0.05 | 350.19 | 0.9 | 0.55 |
| Hex | F3 | 23 | 45 | 0 | 56 | 48 | 5 | 15E | 5A | 37 |
| Octal | 363 | 43 | 105 | 0 | 126 | 110 | 5 | 536 | 132 | 67 |
| Binary | 11110011 | 100011 | 1000101 | 0 | 1010110 | 1001000 | 101 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F32345
Complementary color
Monochromatic Colors of #F32345
Black with #F32345
Text Example
Text Example
White with #F32345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32345; }
p { color: rgb(243,35,69); }
H1.HeaderClassName
{
color: #F32345;
}
.AnyTagClassName
{
color: #F32345;
}
</style>
background-color css
<style>
a { background-color: #F32345; }
a { background-color: rgb(243,35,69); }
div.DivClassName
{
background-color: #F32345;
}
.BgClassName
{
background-color: #F32345;
}
</style>
border-color css
<style>
span { border-color: #F32345; }
span { border-color: rgb(243,35,69); }
td.TdClassName
{
border-color: #F32345;
}
.TagClassName
{
border-color: #F32345;
}
</style>