Shades of Amaranth #F32859
Tints of Amaranth #F32859
RGB
CMYK
RGB Variations
Color information
#F32859 (or 0xF32859) is known color: Amaranth. HEX triplet: F3, 28 and 59. RGB value is (243,40,89). Sum of RGB (Red+Green+Blue) = 243+40+89=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F32859 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32859 is #0CD7A6. Grayscale: #6A6A6A. Windows color (decimal): -841639 or 5843187. OLE color: 5843187.
HSL color Cylindrical-coordinate representation of color #F32859: hue angle of 345.52º 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 #F32859 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 89 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.05 |
| HSL | 345.52º | 0.89% | 0.55% | - |
| HSV(B) | 345.52º | 0.84% | 0.95% | - |
| XYZ | 39.52 | 21.29 | 11.48 | - |
| YUV | 106.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 89 | 0 | 0.84 | 0.63 | 0.05 | 345.52 | 0.89 | 0.55 |
| Hex | F3 | 28 | 59 | 0 | 54 | 3F | 5 | 15A | 59 | 37 |
| Octal | 363 | 50 | 131 | 0 | 124 | 77 | 5 | 532 | 131 | 67 |
| Binary | 11110011 | 101000 | 1011001 | 0 | 1010100 | 111111 | 101 | 101011010 | 1011001 | 110111 |
Color Harmonies of #F32859
Complementary color
Monochromatic Colors of #F32859
Black with #F32859
Text Example
Text Example
White with #F32859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32859; }
p { color: rgb(243,40,89); }
H1.HeaderClassName
{
color: #F32859;
}
.AnyTagClassName
{
color: #F32859;
}
</style>
background-color css
<style>
a { background-color: #F32859; }
a { background-color: rgb(243,40,89); }
div.DivClassName
{
background-color: #F32859;
}
.BgClassName
{
background-color: #F32859;
}
</style>
border-color css
<style>
span { border-color: #F32859; }
span { border-color: rgb(243,40,89); }
td.TdClassName
{
border-color: #F32859;
}
.TagClassName
{
border-color: #F32859;
}
</style>