Shades of Amaranth #F43350
Tints of Amaranth #F43350
RGB
CMYK
RGB Variations
Color information
#F43350 (or 0xF43350) is known color: Amaranth. HEX triplet: F4, 33 and 50. RGB value is (244,51,80). Sum of RGB (Red+Green+Blue) = 244+51+80=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F43350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43350 is #0BCCAF. Grayscale: #707070. Windows color (decimal): -773296 or 5256180. OLE color: 5256180.
HSL color Cylindrical-coordinate representation of color #F43350: hue angle of 350.98º 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 #F43350 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 80 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.04 |
| HSL | 350.98º | 0.9% | 0.58% | - |
| HSV(B) | 350.98º | 0.79% | 0.96% | - |
| XYZ | 39.94 | 22.18 | 9.77 | - |
| YUV | 112.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 80 | 0 | 0.79 | 0.67 | 0.04 | 350.98 | 0.9 | 0.58 |
| Hex | F4 | 33 | 50 | 0 | 4F | 43 | 4 | 15F | 5A | 3A |
| Octal | 364 | 63 | 120 | 0 | 117 | 103 | 4 | 537 | 132 | 72 |
| Binary | 11110100 | 110011 | 1010000 | 0 | 1001111 | 1000011 | 100 | 101011111 | 1011010 | 111010 |
Color Harmonies of #F43350
Complementary color
Monochromatic Colors of #F43350
Black with #F43350
Text Example
Text Example
White with #F43350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43350; }
p { color: rgb(244,51,80); }
H1.HeaderClassName
{
color: #F43350;
}
.AnyTagClassName
{
color: #F43350;
}
</style>
background-color css
<style>
a { background-color: #F43350; }
a { background-color: rgb(244,51,80); }
div.DivClassName
{
background-color: #F43350;
}
.BgClassName
{
background-color: #F43350;
}
</style>
border-color css
<style>
span { border-color: #F43350; }
span { border-color: rgb(244,51,80); }
td.TdClassName
{
border-color: #F43350;
}
.TagClassName
{
border-color: #F43350;
}
</style>