Shades of Amaranth #F3324D
Tints of Amaranth #F3324D
RGB
CMYK
RGB Variations
Color information
#F3324D (or 0xF3324D) is known color: Amaranth. HEX triplet: F3, 32 and 4D. RGB value is (243,50,77). Sum of RGB (Red+Green+Blue) = 243+50+77=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F3324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3324D is #0CCDB2. Grayscale: #6E6E6E. Windows color (decimal): -839091 or 5059315. OLE color: 5059315.
HSL color Cylindrical-coordinate representation of color #F3324D: hue angle of 351.61º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3324D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 77 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.05 |
| HSL | 351.61º | 0.89% | 0.57% | - |
| HSV(B) | 351.61º | 0.79% | 0.95% | - |
| XYZ | 39.44 | 21.87 | 9.16 | - |
| YUV | 110.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 77 | 0 | 0.79 | 0.68 | 0.05 | 351.61 | 0.89 | 0.57 |
| Hex | F3 | 32 | 4D | 0 | 4F | 44 | 5 | 160 | 59 | 39 |
| Octal | 363 | 62 | 115 | 0 | 117 | 104 | 5 | 540 | 131 | 71 |
| Binary | 11110011 | 110010 | 1001101 | 0 | 1001111 | 1000100 | 101 | 101100000 | 1011001 | 111001 |
Color Harmonies of #F3324D
Complementary color
Monochromatic Colors of #F3324D
Black with #F3324D
Text Example
Text Example
White with #F3324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3324D; }
p { color: rgb(243,50,77); }
H1.HeaderClassName
{
color: #F3324D;
}
.AnyTagClassName
{
color: #F3324D;
}
</style>
background-color css
<style>
a { background-color: #F3324D; }
a { background-color: rgb(243,50,77); }
div.DivClassName
{
background-color: #F3324D;
}
.BgClassName
{
background-color: #F3324D;
}
</style>
border-color css
<style>
span { border-color: #F3324D; }
span { border-color: rgb(243,50,77); }
td.TdClassName
{
border-color: #F3324D;
}
.TagClassName
{
border-color: #F3324D;
}
</style>