Shades of Amaranth #F43053
Tints of Amaranth #F43053
RGB
CMYK
RGB Variations
Color information
#F43053 (or 0xF43053) is known color: Amaranth. HEX triplet: F4, 30 and 53. RGB value is (244,48,83). Sum of RGB (Red+Green+Blue) = 244+48+83=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F43053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43053 is #0BCFAC. Grayscale: #6E6E6E. Windows color (decimal): -774061 or 5452020. OLE color: 5452020.
HSL color Cylindrical-coordinate representation of color #F43053: hue angle of 349.29º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43053 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 83 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.04 |
| HSL | 349.29º | 0.9% | 0.57% | - |
| HSV(B) | 349.29º | 0.8% | 0.96% | - |
| XYZ | 39.93 | 21.97 | 10.32 | - |
| YUV | 110.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 83 | 0 | 0.80 | 0.66 | 0.04 | 349.29 | 0.9 | 0.57 |
| Hex | F4 | 30 | 53 | 0 | 50 | 42 | 4 | 15D | 5A | 39 |
| Octal | 364 | 60 | 123 | 0 | 120 | 102 | 4 | 535 | 132 | 71 |
| Binary | 11110100 | 110000 | 1010011 | 0 | 1010000 | 1000010 | 100 | 101011101 | 1011010 | 111001 |
Color Harmonies of #F43053
Complementary color
Monochromatic Colors of #F43053
Black with #F43053
Text Example
Text Example
White with #F43053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43053; }
p { color: rgb(244,48,83); }
H1.HeaderClassName
{
color: #F43053;
}
.AnyTagClassName
{
color: #F43053;
}
</style>
background-color css
<style>
a { background-color: #F43053; }
a { background-color: rgb(244,48,83); }
div.DivClassName
{
background-color: #F43053;
}
.BgClassName
{
background-color: #F43053;
}
</style>
border-color css
<style>
span { border-color: #F43053; }
span { border-color: rgb(244,48,83); }
td.TdClassName
{
border-color: #F43053;
}
.TagClassName
{
border-color: #F43053;
}
</style>