Shades of Amaranth #F32544
Tints of Amaranth #F32544
RGB
CMYK
RGB Variations
Color information
#F32544 (or 0xF32544) is known color: Amaranth. HEX triplet: F3, 25 and 44. RGB value is (243,37,68). Sum of RGB (Red+Green+Blue) = 243+37+68=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F32544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32544 is #0CDABB. Grayscale: #666666. Windows color (decimal): -842428 or 4466163. OLE color: 4466163.
HSL color Cylindrical-coordinate representation of color #F32544: hue angle of 350.97º 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 #F32544 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 68 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.05 |
| HSL | 350.97º | 0.9% | 0.55% | - |
| HSV(B) | 350.97º | 0.85% | 0.95% | - |
| XYZ | 38.67 | 20.8 | 7.44 | - |
| YUV | 102.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 68 | 0 | 0.85 | 0.72 | 0.05 | 350.97 | 0.9 | 0.55 |
| Hex | F3 | 25 | 44 | 0 | 55 | 48 | 5 | 15F | 5A | 37 |
| Octal | 363 | 45 | 104 | 0 | 125 | 110 | 5 | 537 | 132 | 67 |
| Binary | 11110011 | 100101 | 1000100 | 0 | 1010101 | 1001000 | 101 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F32544
Complementary color
Monochromatic Colors of #F32544
Black with #F32544
Text Example
Text Example
White with #F32544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32544; }
p { color: rgb(243,37,68); }
H1.HeaderClassName
{
color: #F32544;
}
.AnyTagClassName
{
color: #F32544;
}
</style>
background-color css
<style>
a { background-color: #F32544; }
a { background-color: rgb(243,37,68); }
div.DivClassName
{
background-color: #F32544;
}
.BgClassName
{
background-color: #F32544;
}
</style>
border-color css
<style>
span { border-color: #F32544; }
span { border-color: rgb(243,37,68); }
td.TdClassName
{
border-color: #F32544;
}
.TagClassName
{
border-color: #F32544;
}
</style>