Shades of Amaranth #F32458
Tints of Amaranth #F32458
RGB
CMYK
RGB Variations
Color information
#F32458 (or 0xF32458) is known color: Amaranth. HEX triplet: F3, 24 and 58. RGB value is (243,36,88). Sum of RGB (Red+Green+Blue) = 243+36+88=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F32458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32458 is #0CDBA7. Grayscale: #676767. Windows color (decimal): -842664 or 5776627. OLE color: 5776627.
HSL color Cylindrical-coordinate representation of color #F32458: hue angle of 344.93º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32458 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 88 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.05 |
| HSL | 344.93º | 0.9% | 0.55% | - |
| HSV(B) | 344.93º | 0.85% | 0.95% | - |
| XYZ | 39.35 | 21.02 | 11.22 | - |
| YUV | 103.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 88 | 0 | 0.85 | 0.64 | 0.05 | 344.93 | 0.9 | 0.55 |
| Hex | F3 | 24 | 58 | 0 | 55 | 40 | 5 | 159 | 5A | 37 |
| Octal | 363 | 44 | 130 | 0 | 125 | 100 | 5 | 531 | 132 | 67 |
| Binary | 11110011 | 100100 | 1011000 | 0 | 1010101 | 1000000 | 101 | 101011001 | 1011010 | 110111 |
Color Harmonies of #F32458
Complementary color
Monochromatic Colors of #F32458
Black with #F32458
Text Example
Text Example
White with #F32458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32458; }
p { color: rgb(243,36,88); }
H1.HeaderClassName
{
color: #F32458;
}
.AnyTagClassName
{
color: #F32458;
}
</style>
background-color css
<style>
a { background-color: #F32458; }
a { background-color: rgb(243,36,88); }
div.DivClassName
{
background-color: #F32458;
}
.BgClassName
{
background-color: #F32458;
}
</style>
border-color css
<style>
span { border-color: #F32458; }
span { border-color: rgb(243,36,88); }
td.TdClassName
{
border-color: #F32458;
}
.TagClassName
{
border-color: #F32458;
}
</style>