Shades of Amaranth #F33544
Tints of Amaranth #F33544
RGB
CMYK
RGB Variations
Color information
#F33544 (or 0xF33544) is known color: Amaranth. HEX triplet: F3, 35 and 44. RGB value is (243,53,68). Sum of RGB (Red+Green+Blue) = 243+53+68=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F33544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33544 is #0CCABB. Grayscale: #6F6F6F. Windows color (decimal): -838332 or 4470259. OLE color: 4470259.
HSL color Cylindrical-coordinate representation of color #F33544: hue angle of 355.26º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F33544 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 68 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.05 |
| HSL | 355.26º | 0.89% | 0.58% | - |
| HSV(B) | 355.26º | 0.78% | 0.95% | - |
| XYZ | 39.28 | 22.02 | 7.65 | - |
| YUV | 111.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 68 | 0 | 0.78 | 0.72 | 0.05 | 355.26 | 0.89 | 0.58 |
| Hex | F3 | 35 | 44 | 0 | 4E | 48 | 5 | 163 | 59 | 3A |
| Octal | 363 | 65 | 104 | 0 | 116 | 110 | 5 | 543 | 131 | 72 |
| Binary | 11110011 | 110101 | 1000100 | 0 | 1001110 | 1001000 | 101 | 101100011 | 1011001 | 111010 |
Color Harmonies of #F33544
Complementary color
Monochromatic Colors of #F33544
Black with #F33544
Text Example
Text Example
White with #F33544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33544; }
p { color: rgb(243,53,68); }
H1.HeaderClassName
{
color: #F33544;
}
.AnyTagClassName
{
color: #F33544;
}
</style>
background-color css
<style>
a { background-color: #F33544; }
a { background-color: rgb(243,53,68); }
div.DivClassName
{
background-color: #F33544;
}
.BgClassName
{
background-color: #F33544;
}
</style>
border-color css
<style>
span { border-color: #F33544; }
span { border-color: rgb(243,53,68); }
td.TdClassName
{
border-color: #F33544;
}
.TagClassName
{
border-color: #F33544;
}
</style>