Shades of Amaranth #F32546
Tints of Amaranth #F32546
RGB
CMYK
RGB Variations
Color information
#F32546 (or 0xF32546) is known color: Amaranth. HEX triplet: F3, 25 and 46. RGB value is (243,37,70). Sum of RGB (Red+Green+Blue) = 243+37+70=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F32546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32546 is #0CDAB9. Grayscale: #666666. Windows color (decimal): -842426 or 4597235. OLE color: 4597235.
HSL color Cylindrical-coordinate representation of color #F32546: hue angle of 350.39º 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 #F32546 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 70 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.05 |
| HSL | 350.39º | 0.9% | 0.55% | - |
| HSV(B) | 350.39º | 0.85% | 0.95% | - |
| XYZ | 38.73 | 20.82 | 7.77 | - |
| YUV | 102.36 | 109.75 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 70 | 0 | 0.85 | 0.71 | 0.05 | 350.39 | 0.9 | 0.55 |
| Hex | F3 | 25 | 46 | 0 | 55 | 47 | 5 | 15E | 5A | 37 |
| Octal | 363 | 45 | 106 | 0 | 125 | 107 | 5 | 536 | 132 | 67 |
| Binary | 11110011 | 100101 | 1000110 | 0 | 1010101 | 1000111 | 101 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F32546
Complementary color
Monochromatic Colors of #F32546
Black with #F32546
Text Example
Text Example
White with #F32546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32546; }
p { color: rgb(243,37,70); }
H1.HeaderClassName
{
color: #F32546;
}
.AnyTagClassName
{
color: #F32546;
}
</style>
background-color css
<style>
a { background-color: #F32546; }
a { background-color: rgb(243,37,70); }
div.DivClassName
{
background-color: #F32546;
}
.BgClassName
{
background-color: #F32546;
}
</style>
border-color css
<style>
span { border-color: #F32546; }
span { border-color: rgb(243,37,70); }
td.TdClassName
{
border-color: #F32546;
}
.TagClassName
{
border-color: #F32546;
}
</style>