Shades of Amaranth #F32144
Tints of Amaranth #F32144
RGB
CMYK
RGB Variations
Color information
#F32144 (or 0xF32144) is known color: Amaranth. HEX triplet: F3, 21 and 44. RGB value is (243,33,68). Sum of RGB (Red+Green+Blue) = 243+33+68=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F32144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32144 is #0CDEBB. Grayscale: #636363. Windows color (decimal): -843452 or 4465139. OLE color: 4465139.
HSL color Cylindrical-coordinate representation of color #F32144: hue angle of 350º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32144 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 68 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.05 |
| HSL | 350º | 0.9% | 0.54% | - |
| HSV(B) | 350º | 0.86% | 0.95% | - |
| XYZ | 38.55 | 20.56 | 7.41 | - |
| YUV | 99.78 | 110.07 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 68 | 0 | 0.86 | 0.72 | 0.05 | 350 | 0.9 | 0.54 |
| Hex | F3 | 21 | 44 | 0 | 56 | 48 | 5 | 15E | 5A | 36 |
| Octal | 363 | 41 | 104 | 0 | 126 | 110 | 5 | 536 | 132 | 66 |
| Binary | 11110011 | 100001 | 1000100 | 0 | 1010110 | 1001000 | 101 | 101011110 | 1011010 | 110110 |
Color Harmonies of #F32144
Complementary color
Monochromatic Colors of #F32144
Black with #F32144
Text Example
Text Example
White with #F32144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32144; }
p { color: rgb(243,33,68); }
H1.HeaderClassName
{
color: #F32144;
}
.AnyTagClassName
{
color: #F32144;
}
</style>
background-color css
<style>
a { background-color: #F32144; }
a { background-color: rgb(243,33,68); }
div.DivClassName
{
background-color: #F32144;
}
.BgClassName
{
background-color: #F32144;
}
</style>
border-color css
<style>
span { border-color: #F32144; }
span { border-color: rgb(243,33,68); }
td.TdClassName
{
border-color: #F32144;
}
.TagClassName
{
border-color: #F32144;
}
</style>