Shades of Amaranth #F73345
Tints of Amaranth #F73345
RGB
CMYK
RGB Variations
Color information
#F73345 (or 0xF73345) is known color: Amaranth. HEX triplet: F7, 33 and 45. RGB value is (247,51,69). Sum of RGB (Red+Green+Blue) = 247+51+69=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F73345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73345 is #08CCBA. Grayscale: #6F6F6F. Windows color (decimal): -576699 or 4535287. OLE color: 4535287.
HSL color Cylindrical-coordinate representation of color #F73345: hue angle of 354.49º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73345 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 69 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.03 |
| HSL | 354.49º | 0.92% | 0.58% | - |
| HSV(B) | 354.49º | 0.79% | 0.97% | - |
| XYZ | 40.62 | 22.57 | 7.85 | - |
| YUV | 111.66 | 103.93 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 69 | 0 | 0.79 | 0.72 | 0.03 | 354.49 | 0.92 | 0.58 |
| Hex | F7 | 33 | 45 | 0 | 4F | 48 | 3 | 162 | 5C | 3A |
| Octal | 367 | 63 | 105 | 0 | 117 | 110 | 3 | 542 | 134 | 72 |
| Binary | 11110111 | 110011 | 1000101 | 0 | 1001111 | 1001000 | 11 | 101100010 | 1011100 | 111010 |
Color Harmonies of #F73345
Complementary color
Monochromatic Colors of #F73345
Black with #F73345
Text Example
Text Example
White with #F73345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73345; }
p { color: rgb(247,51,69); }
H1.HeaderClassName
{
color: #F73345;
}
.AnyTagClassName
{
color: #F73345;
}
</style>
background-color css
<style>
a { background-color: #F73345; }
a { background-color: rgb(247,51,69); }
div.DivClassName
{
background-color: #F73345;
}
.BgClassName
{
background-color: #F73345;
}
</style>
border-color css
<style>
span { border-color: #F73345; }
span { border-color: rgb(247,51,69); }
td.TdClassName
{
border-color: #F73345;
}
.TagClassName
{
border-color: #F73345;
}
</style>