Shades of Amaranth #F73243
Tints of Amaranth #F73243
RGB
CMYK
RGB Variations
Color information
#F73243 (or 0xF73243) is known color: Amaranth. HEX triplet: F7, 32 and 43. RGB value is (247,50,67). Sum of RGB (Red+Green+Blue) = 247+50+67=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F73243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73243 is #08CDBC. Grayscale: #6E6E6E. Windows color (decimal): -576957 or 4403959. OLE color: 4403959.
HSL color Cylindrical-coordinate representation of color #F73243: hue angle of 354.82º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73243 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 67 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.03 |
| HSL | 354.82º | 0.92% | 0.58% | - |
| HSV(B) | 354.82º | 0.8% | 0.97% | - |
| XYZ | 40.51 | 22.46 | 7.51 | - |
| YUV | 110.84 | 103.27 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 67 | 0 | 0.80 | 0.73 | 0.03 | 354.82 | 0.92 | 0.58 |
| Hex | F7 | 32 | 43 | 0 | 50 | 49 | 3 | 163 | 5C | 3A |
| Octal | 367 | 62 | 103 | 0 | 120 | 111 | 3 | 543 | 134 | 72 |
| Binary | 11110111 | 110010 | 1000011 | 0 | 1010000 | 1001001 | 11 | 101100011 | 1011100 | 111010 |
Color Harmonies of #F73243
Complementary color
Monochromatic Colors of #F73243
Black with #F73243
Text Example
Text Example
White with #F73243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73243; }
p { color: rgb(247,50,67); }
H1.HeaderClassName
{
color: #F73243;
}
.AnyTagClassName
{
color: #F73243;
}
</style>
background-color css
<style>
a { background-color: #F73243; }
a { background-color: rgb(247,50,67); }
div.DivClassName
{
background-color: #F73243;
}
.BgClassName
{
background-color: #F73243;
}
</style>
border-color css
<style>
span { border-color: #F73243; }
span { border-color: rgb(247,50,67); }
td.TdClassName
{
border-color: #F73243;
}
.TagClassName
{
border-color: #F73243;
}
</style>