Shades of Amaranth #F43345
Tints of Amaranth #F43345
RGB
CMYK
RGB Variations
Color information
#F43345 (or 0xF43345) is known color: Amaranth. HEX triplet: F4, 33 and 45. RGB value is (244,51,69). Sum of RGB (Red+Green+Blue) = 244+51+69=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F43345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43345 is #0BCCBA. Grayscale: #6E6E6E. Windows color (decimal): -773307 or 4535284. OLE color: 4535284.
HSL color Cylindrical-coordinate representation of color #F43345: hue angle of 354.4º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43345 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 69 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.04 |
| HSL | 354.4º | 0.9% | 0.58% | - |
| HSV(B) | 354.4º | 0.79% | 0.96% | - |
| XYZ | 39.57 | 22.03 | 7.8 | - |
| YUV | 110.76 | 104.44 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 69 | 0 | 0.79 | 0.72 | 0.04 | 354.4 | 0.9 | 0.58 |
| Hex | F4 | 33 | 45 | 0 | 4F | 48 | 4 | 162 | 5A | 3A |
| Octal | 364 | 63 | 105 | 0 | 117 | 110 | 4 | 542 | 132 | 72 |
| Binary | 11110100 | 110011 | 1000101 | 0 | 1001111 | 1001000 | 100 | 101100010 | 1011010 | 111010 |
Color Harmonies of #F43345
Complementary color
Monochromatic Colors of #F43345
Black with #F43345
Text Example
Text Example
White with #F43345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43345; }
p { color: rgb(244,51,69); }
H1.HeaderClassName
{
color: #F43345;
}
.AnyTagClassName
{
color: #F43345;
}
</style>
background-color css
<style>
a { background-color: #F43345; }
a { background-color: rgb(244,51,69); }
div.DivClassName
{
background-color: #F43345;
}
.BgClassName
{
background-color: #F43345;
}
</style>
border-color css
<style>
span { border-color: #F43345; }
span { border-color: rgb(244,51,69); }
td.TdClassName
{
border-color: #F43345;
}
.TagClassName
{
border-color: #F43345;
}
</style>