Shades of Amaranth #F32444
Tints of Amaranth #F32444
RGB
CMYK
RGB Variations
Color information
#F32444 (or 0xF32444) is known color: Amaranth. HEX triplet: F3, 24 and 44. RGB value is (243,36,68). Sum of RGB (Red+Green+Blue) = 243+36+68=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F32444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32444 is #0CDBBB. Grayscale: #656565. Windows color (decimal): -842684 or 4465907. OLE color: 4465907.
HSL color Cylindrical-coordinate representation of color #F32444: hue angle of 350.72º 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 #F32444 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 68 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.05 |
| HSL | 350.72º | 0.9% | 0.55% | - |
| HSV(B) | 350.72º | 0.85% | 0.95% | - |
| XYZ | 38.64 | 20.73 | 7.43 | - |
| YUV | 101.54 | 109.08 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 68 | 0 | 0.85 | 0.72 | 0.05 | 350.72 | 0.9 | 0.55 |
| Hex | F3 | 24 | 44 | 0 | 55 | 48 | 5 | 15F | 5A | 37 |
| Octal | 363 | 44 | 104 | 0 | 125 | 110 | 5 | 537 | 132 | 67 |
| Binary | 11110011 | 100100 | 1000100 | 0 | 1010101 | 1001000 | 101 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F32444
Complementary color
Monochromatic Colors of #F32444
Black with #F32444
Text Example
Text Example
White with #F32444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32444; }
p { color: rgb(243,36,68); }
H1.HeaderClassName
{
color: #F32444;
}
.AnyTagClassName
{
color: #F32444;
}
</style>
background-color css
<style>
a { background-color: #F32444; }
a { background-color: rgb(243,36,68); }
div.DivClassName
{
background-color: #F32444;
}
.BgClassName
{
background-color: #F32444;
}
</style>
border-color css
<style>
span { border-color: #F32444; }
span { border-color: rgb(243,36,68); }
td.TdClassName
{
border-color: #F32444;
}
.TagClassName
{
border-color: #F32444;
}
</style>