Shades of Amaranth #F32359
Tints of Amaranth #F32359
RGB
CMYK
RGB Variations
Color information
#F32359 (or 0xF32359) is known color: Amaranth. HEX triplet: F3, 23 and 59. RGB value is (243,35,89). Sum of RGB (Red+Green+Blue) = 243+35+89=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F32359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32359 is #0CDCA6. Grayscale: #676767. Windows color (decimal): -842919 or 5841907. OLE color: 5841907.
HSL color Cylindrical-coordinate representation of color #F32359: hue angle of 344.42º 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 #F32359 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 89 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.05 |
| HSL | 344.42º | 0.9% | 0.55% | - |
| HSV(B) | 344.42º | 0.86% | 0.95% | - |
| XYZ | 39.37 | 20.98 | 11.43 | - |
| YUV | 103.35 | 119.91 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 89 | 0 | 0.86 | 0.63 | 0.05 | 344.42 | 0.9 | 0.55 |
| Hex | F3 | 23 | 59 | 0 | 56 | 3F | 5 | 158 | 5A | 37 |
| Octal | 363 | 43 | 131 | 0 | 126 | 77 | 5 | 530 | 132 | 67 |
| Binary | 11110011 | 100011 | 1011001 | 0 | 1010110 | 111111 | 101 | 101011000 | 1011010 | 110111 |
Color Harmonies of #F32359
Complementary color
Monochromatic Colors of #F32359
Black with #F32359
Text Example
Text Example
White with #F32359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32359; }
p { color: rgb(243,35,89); }
H1.HeaderClassName
{
color: #F32359;
}
.AnyTagClassName
{
color: #F32359;
}
</style>
background-color css
<style>
a { background-color: #F32359; }
a { background-color: rgb(243,35,89); }
div.DivClassName
{
background-color: #F32359;
}
.BgClassName
{
background-color: #F32359;
}
</style>
border-color css
<style>
span { border-color: #F32359; }
span { border-color: rgb(243,35,89); }
td.TdClassName
{
border-color: #F32359;
}
.TagClassName
{
border-color: #F32359;
}
</style>