Shades of Amaranth #F32758
Tints of Amaranth #F32758
RGB
CMYK
RGB Variations
Color information
#F32758 (or 0xF32758) is known color: Amaranth. HEX triplet: F3, 27 and 58. RGB value is (243,39,88). Sum of RGB (Red+Green+Blue) = 243+39+88=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F32758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32758 is #0CD8A7. Grayscale: #696969. Windows color (decimal): -841896 or 5777395. OLE color: 5777395.
HSL color Cylindrical-coordinate representation of color #F32758: hue angle of 345.59º 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 #F32758 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 88 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.05 |
| HSL | 345.59º | 0.89% | 0.55% | - |
| HSV(B) | 345.59º | 0.84% | 0.95% | - |
| XYZ | 39.45 | 21.21 | 11.25 | - |
| YUV | 105.58 | 118.09 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 88 | 0 | 0.84 | 0.64 | 0.05 | 345.59 | 0.89 | 0.55 |
| Hex | F3 | 27 | 58 | 0 | 54 | 40 | 5 | 15A | 59 | 37 |
| Octal | 363 | 47 | 130 | 0 | 124 | 100 | 5 | 532 | 131 | 67 |
| Binary | 11110011 | 100111 | 1011000 | 0 | 1010100 | 1000000 | 101 | 101011010 | 1011001 | 110111 |
Color Harmonies of #F32758
Complementary color
Monochromatic Colors of #F32758
Black with #F32758
Text Example
Text Example
White with #F32758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32758; }
p { color: rgb(243,39,88); }
H1.HeaderClassName
{
color: #F32758;
}
.AnyTagClassName
{
color: #F32758;
}
</style>
background-color css
<style>
a { background-color: #F32758; }
a { background-color: rgb(243,39,88); }
div.DivClassName
{
background-color: #F32758;
}
.BgClassName
{
background-color: #F32758;
}
</style>
border-color css
<style>
span { border-color: #F32758; }
span { border-color: rgb(243,39,88); }
td.TdClassName
{
border-color: #F32758;
}
.TagClassName
{
border-color: #F32758;
}
</style>