Shades of Amaranth #F32558
Tints of Amaranth #F32558
RGB
CMYK
RGB Variations
Color information
#F32558 (or 0xF32558) is known color: Amaranth. HEX triplet: F3, 25 and 58. RGB value is (243,37,88). Sum of RGB (Red+Green+Blue) = 243+37+88=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F32558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32558 is #0CDAA7. Grayscale: #686868. Windows color (decimal): -842408 or 5776883. OLE color: 5776883.
HSL color Cylindrical-coordinate representation of color #F32558: hue angle of 345.15º 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 #F32558 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 88 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.05 |
| HSL | 345.15º | 0.9% | 0.55% | - |
| HSV(B) | 345.15º | 0.85% | 0.95% | - |
| XYZ | 39.39 | 21.08 | 11.23 | - |
| YUV | 104.41 | 118.75 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 88 | 0 | 0.85 | 0.64 | 0.05 | 345.15 | 0.9 | 0.55 |
| Hex | F3 | 25 | 58 | 0 | 55 | 40 | 5 | 159 | 5A | 37 |
| Octal | 363 | 45 | 130 | 0 | 125 | 100 | 5 | 531 | 132 | 67 |
| Binary | 11110011 | 100101 | 1011000 | 0 | 1010101 | 1000000 | 101 | 101011001 | 1011010 | 110111 |
Color Harmonies of #F32558
Complementary color
Monochromatic Colors of #F32558
Black with #F32558
Text Example
Text Example
White with #F32558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32558; }
p { color: rgb(243,37,88); }
H1.HeaderClassName
{
color: #F32558;
}
.AnyTagClassName
{
color: #F32558;
}
</style>
background-color css
<style>
a { background-color: #F32558; }
a { background-color: rgb(243,37,88); }
div.DivClassName
{
background-color: #F32558;
}
.BgClassName
{
background-color: #F32558;
}
</style>
border-color css
<style>
span { border-color: #F32558; }
span { border-color: rgb(243,37,88); }
td.TdClassName
{
border-color: #F32558;
}
.TagClassName
{
border-color: #F32558;
}
</style>