Shades of Amaranth #F32846
Tints of Amaranth #F32846
RGB
CMYK
RGB Variations
Color information
#F32846 (or 0xF32846) is known color: Amaranth. HEX triplet: F3, 28 and 46. RGB value is (243,40,70). Sum of RGB (Red+Green+Blue) = 243+40+70=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F32846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32846 is #0CD7B9. Grayscale: #686868. Windows color (decimal): -841658 or 4598003. OLE color: 4598003.
HSL color Cylindrical-coordinate representation of color #F32846: hue angle of 351.13º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32846 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 70 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.05 |
| HSL | 351.13º | 0.89% | 0.55% | - |
| HSV(B) | 351.13º | 0.84% | 0.95% | - |
| XYZ | 38.83 | 21.01 | 7.8 | - |
| YUV | 104.12 | 108.75 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 70 | 0 | 0.84 | 0.71 | 0.05 | 351.13 | 0.89 | 0.55 |
| Hex | F3 | 28 | 46 | 0 | 54 | 47 | 5 | 15F | 59 | 37 |
| Octal | 363 | 50 | 106 | 0 | 124 | 107 | 5 | 537 | 131 | 67 |
| Binary | 11110011 | 101000 | 1000110 | 0 | 1010100 | 1000111 | 101 | 101011111 | 1011001 | 110111 |
Color Harmonies of #F32846
Complementary color
Monochromatic Colors of #F32846
Black with #F32846
Text Example
Text Example
White with #F32846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32846; }
p { color: rgb(243,40,70); }
H1.HeaderClassName
{
color: #F32846;
}
.AnyTagClassName
{
color: #F32846;
}
</style>
background-color css
<style>
a { background-color: #F32846; }
a { background-color: rgb(243,40,70); }
div.DivClassName
{
background-color: #F32846;
}
.BgClassName
{
background-color: #F32846;
}
</style>
border-color css
<style>
span { border-color: #F32846; }
span { border-color: rgb(243,40,70); }
td.TdClassName
{
border-color: #F32846;
}
.TagClassName
{
border-color: #F32846;
}
</style>