Shades of Amaranth #F3224D
Tints of Amaranth #F3224D
RGB
CMYK
RGB Variations
Color information
#F3224D (or 0xF3224D) is known color: Amaranth. HEX triplet: F3, 22 and 4D. RGB value is (243,34,77). Sum of RGB (Red+Green+Blue) = 243+34+77=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3224D is #0CDDB2. Grayscale: #656565. Windows color (decimal): -843187 or 5055219. OLE color: 5055219.
HSL color Cylindrical-coordinate representation of color #F3224D: hue angle of 347.66º 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 #F3224D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 77 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.05 |
| HSL | 347.66º | 0.9% | 0.54% | - |
| HSV(B) | 347.66º | 0.86% | 0.95% | - |
| XYZ | 38.87 | 20.73 | 8.97 | - |
| YUV | 101.39 | 114.24 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 77 | 0 | 0.86 | 0.68 | 0.05 | 347.66 | 0.9 | 0.54 |
| Hex | F3 | 22 | 4D | 0 | 56 | 44 | 5 | 15C | 5A | 36 |
| Octal | 363 | 42 | 115 | 0 | 126 | 104 | 5 | 534 | 132 | 66 |
| Binary | 11110011 | 100010 | 1001101 | 0 | 1010110 | 1000100 | 101 | 101011100 | 1011010 | 110110 |
Color Harmonies of #F3224D
Complementary color
Monochromatic Colors of #F3224D
Black with #F3224D
Text Example
Text Example
White with #F3224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3224D; }
p { color: rgb(243,34,77); }
H1.HeaderClassName
{
color: #F3224D;
}
.AnyTagClassName
{
color: #F3224D;
}
</style>
background-color css
<style>
a { background-color: #F3224D; }
a { background-color: rgb(243,34,77); }
div.DivClassName
{
background-color: #F3224D;
}
.BgClassName
{
background-color: #F3224D;
}
</style>
border-color css
<style>
span { border-color: #F3224D; }
span { border-color: rgb(243,34,77); }
td.TdClassName
{
border-color: #F3224D;
}
.TagClassName
{
border-color: #F3224D;
}
</style>