Shades of Amaranth #F33345
Tints of Amaranth #F33345
RGB
CMYK
RGB Variations
Color information
#F33345 (or 0xF33345) is known color: Amaranth. HEX triplet: F3, 33 and 45. RGB value is (243,51,69). Sum of RGB (Red+Green+Blue) = 243+51+69=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F33345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33345 is #0CCCBA. Grayscale: #6E6E6E. Windows color (decimal): -838843 or 4535283. OLE color: 4535283.
HSL color Cylindrical-coordinate representation of color #F33345: hue angle of 354.38º 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 #F33345 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 69 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.05 |
| HSL | 354.38º | 0.89% | 0.58% | - |
| HSV(B) | 354.38º | 0.79% | 0.95% | - |
| XYZ | 39.22 | 21.85 | 7.78 | - |
| YUV | 110.46 | 104.61 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 69 | 0 | 0.79 | 0.72 | 0.05 | 354.38 | 0.89 | 0.58 |
| Hex | F3 | 33 | 45 | 0 | 4F | 48 | 5 | 162 | 59 | 3A |
| Octal | 363 | 63 | 105 | 0 | 117 | 110 | 5 | 542 | 131 | 72 |
| Binary | 11110011 | 110011 | 1000101 | 0 | 1001111 | 1001000 | 101 | 101100010 | 1011001 | 111010 |
Color Harmonies of #F33345
Complementary color
Monochromatic Colors of #F33345
Black with #F33345
Text Example
Text Example
White with #F33345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33345; }
p { color: rgb(243,51,69); }
H1.HeaderClassName
{
color: #F33345;
}
.AnyTagClassName
{
color: #F33345;
}
</style>
background-color css
<style>
a { background-color: #F33345; }
a { background-color: rgb(243,51,69); }
div.DivClassName
{
background-color: #F33345;
}
.BgClassName
{
background-color: #F33345;
}
</style>
border-color css
<style>
span { border-color: #F33345; }
span { border-color: rgb(243,51,69); }
td.TdClassName
{
border-color: #F33345;
}
.TagClassName
{
border-color: #F33345;
}
</style>