Shades of Amaranth #F32943
Tints of Amaranth #F32943
RGB
CMYK
RGB Variations
Color information
#F32943 (or 0xF32943) is known color: Amaranth. HEX triplet: F3, 29 and 43. RGB value is (243,41,67). Sum of RGB (Red+Green+Blue) = 243+41+67=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F32943 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32943 is #0CD6BC. Grayscale: #686868. Windows color (decimal): -841405 or 4401651. OLE color: 4401651.
HSL color Cylindrical-coordinate representation of color #F32943: hue angle of 352.28º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32943 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 67 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.05 |
| HSL | 352.28º | 0.89% | 0.56% | - |
| HSV(B) | 352.28º | 0.83% | 0.95% | - |
| XYZ | 38.77 | 21.05 | 7.33 | - |
| YUV | 104.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 67 | 0 | 0.83 | 0.72 | 0.05 | 352.28 | 0.89 | 0.56 |
| Hex | F3 | 29 | 43 | 0 | 53 | 48 | 5 | 160 | 59 | 38 |
| Octal | 363 | 51 | 103 | 0 | 123 | 110 | 5 | 540 | 131 | 70 |
| Binary | 11110011 | 101001 | 1000011 | 0 | 1010011 | 1001000 | 101 | 101100000 | 1011001 | 111000 |
Color Harmonies of #F32943
Complementary color
Monochromatic Colors of #F32943
Black with #F32943
Text Example
Text Example
White with #F32943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32943; }
p { color: rgb(243,41,67); }
H1.HeaderClassName
{
color: #F32943;
}
.AnyTagClassName
{
color: #F32943;
}
</style>
background-color css
<style>
a { background-color: #F32943; }
a { background-color: rgb(243,41,67); }
div.DivClassName
{
background-color: #F32943;
}
.BgClassName
{
background-color: #F32943;
}
</style>
border-color css
<style>
span { border-color: #F32943; }
span { border-color: rgb(243,41,67); }
td.TdClassName
{
border-color: #F32943;
}
.TagClassName
{
border-color: #F32943;
}
</style>