Shades of Amaranth #F32958
Tints of Amaranth #F32958
RGB
CMYK
RGB Variations
Color information
#F32958 (or 0xF32958) is known color: Amaranth. HEX triplet: F3, 29 and 58. RGB value is (243,41,88). Sum of RGB (Red+Green+Blue) = 243+41+88=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F32958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32958 is #0CD6A7. Grayscale: #6A6A6A. Windows color (decimal): -841384 or 5777907. OLE color: 5777907.
HSL color Cylindrical-coordinate representation of color #F32958: hue angle of 346.04º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32958 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 88 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.05 |
| HSL | 346.04º | 0.89% | 0.56% | - |
| HSV(B) | 346.04º | 0.83% | 0.95% | - |
| XYZ | 39.52 | 21.35 | 11.27 | - |
| YUV | 106.76 | 117.42 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 88 | 0 | 0.83 | 0.64 | 0.05 | 346.04 | 0.89 | 0.56 |
| Hex | F3 | 29 | 58 | 0 | 53 | 40 | 5 | 15A | 59 | 38 |
| Octal | 363 | 51 | 130 | 0 | 123 | 100 | 5 | 532 | 131 | 70 |
| Binary | 11110011 | 101001 | 1011000 | 0 | 1010011 | 1000000 | 101 | 101011010 | 1011001 | 111000 |
Color Harmonies of #F32958
Complementary color
Monochromatic Colors of #F32958
Black with #F32958
Text Example
Text Example
White with #F32958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32958; }
p { color: rgb(243,41,88); }
H1.HeaderClassName
{
color: #F32958;
}
.AnyTagClassName
{
color: #F32958;
}
</style>
background-color css
<style>
a { background-color: #F32958; }
a { background-color: rgb(243,41,88); }
div.DivClassName
{
background-color: #F32958;
}
.BgClassName
{
background-color: #F32958;
}
</style>
border-color css
<style>
span { border-color: #F32958; }
span { border-color: rgb(243,41,88); }
td.TdClassName
{
border-color: #F32958;
}
.TagClassName
{
border-color: #F32958;
}
</style>