Shades of Amaranth #F32849
Tints of Amaranth #F32849
RGB
CMYK
RGB Variations
Color information
#F32849 (or 0xF32849) is known color: Amaranth. HEX triplet: F3, 28 and 49. RGB value is (243,40,73). Sum of RGB (Red+Green+Blue) = 243+40+73=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F32849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32849 is #0CD7B6. Grayscale: #686868. Windows color (decimal): -841655 or 4794611. OLE color: 4794611.
HSL color Cylindrical-coordinate representation of color #F32849: hue angle of 350.25º 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 #F32849 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 73 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.05 |
| HSL | 350.25º | 0.89% | 0.55% | - |
| HSV(B) | 350.25º | 0.84% | 0.95% | - |
| XYZ | 38.92 | 21.05 | 8.32 | - |
| YUV | 104.46 | 110.25 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 73 | 0 | 0.84 | 0.70 | 0.05 | 350.25 | 0.89 | 0.55 |
| Hex | F3 | 28 | 49 | 0 | 54 | 46 | 5 | 15E | 59 | 37 |
| Octal | 363 | 50 | 111 | 0 | 124 | 106 | 5 | 536 | 131 | 67 |
| Binary | 11110011 | 101000 | 1001001 | 0 | 1010100 | 1000110 | 101 | 101011110 | 1011001 | 110111 |
Color Harmonies of #F32849
Complementary color
Monochromatic Colors of #F32849
Black with #F32849
Text Example
Text Example
White with #F32849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32849; }
p { color: rgb(243,40,73); }
H1.HeaderClassName
{
color: #F32849;
}
.AnyTagClassName
{
color: #F32849;
}
</style>
background-color css
<style>
a { background-color: #F32849; }
a { background-color: rgb(243,40,73); }
div.DivClassName
{
background-color: #F32849;
}
.BgClassName
{
background-color: #F32849;
}
</style>
border-color css
<style>
span { border-color: #F32849; }
span { border-color: rgb(243,40,73); }
td.TdClassName
{
border-color: #F32849;
}
.TagClassName
{
border-color: #F32849;
}
</style>