Shades of Amaranth #F33346
Tints of Amaranth #F33346
RGB
CMYK
RGB Variations
Color information
#F33346 (or 0xF33346) is known color: Amaranth. HEX triplet: F3, 33 and 46. RGB value is (243,51,70). Sum of RGB (Red+Green+Blue) = 243+51+70=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F33346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33346 is #0CCCB9. Grayscale: #6E6E6E. Windows color (decimal): -838842 or 4600819. OLE color: 4600819.
HSL color Cylindrical-coordinate representation of color #F33346: hue angle of 354.06º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33346 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 70 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.05 |
| HSL | 354.06º | 0.89% | 0.58% | - |
| HSV(B) | 354.06º | 0.79% | 0.95% | - |
| XYZ | 39.25 | 21.86 | 7.95 | - |
| YUV | 110.57 | 105.11 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 70 | 0 | 0.79 | 0.71 | 0.05 | 354.06 | 0.89 | 0.58 |
| Hex | F3 | 33 | 46 | 0 | 4F | 47 | 5 | 162 | 59 | 3A |
| Octal | 363 | 63 | 106 | 0 | 117 | 107 | 5 | 542 | 131 | 72 |
| Binary | 11110011 | 110011 | 1000110 | 0 | 1001111 | 1000111 | 101 | 101100010 | 1011001 | 111010 |
Color Harmonies of #F33346
Complementary color
Monochromatic Colors of #F33346
Black with #F33346
Text Example
Text Example
White with #F33346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33346; }
p { color: rgb(243,51,70); }
H1.HeaderClassName
{
color: #F33346;
}
.AnyTagClassName
{
color: #F33346;
}
</style>
background-color css
<style>
a { background-color: #F33346; }
a { background-color: rgb(243,51,70); }
div.DivClassName
{
background-color: #F33346;
}
.BgClassName
{
background-color: #F33346;
}
</style>
border-color css
<style>
span { border-color: #F33346; }
span { border-color: rgb(243,51,70); }
td.TdClassName
{
border-color: #F33346;
}
.TagClassName
{
border-color: #F33346;
}
</style>