Shades of Amaranth #F43150
Tints of Amaranth #F43150
RGB
CMYK
RGB Variations
Color information
#F43150 (or 0xF43150) is known color: Amaranth. HEX triplet: F4, 31 and 50. RGB value is (244,49,80). Sum of RGB (Red+Green+Blue) = 244+49+80=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F43150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43150 is #0BCEAF. Grayscale: #6E6E6E. Windows color (decimal): -773808 or 5255668. OLE color: 5255668.
HSL color Cylindrical-coordinate representation of color #F43150: hue angle of 350.46º 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 #F43150 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 80 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.04 |
| HSL | 350.46º | 0.9% | 0.57% | - |
| HSV(B) | 350.46º | 0.8% | 0.96% | - |
| XYZ | 39.85 | 22.01 | 9.74 | - |
| YUV | 110.84 | 110.6 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 80 | 0 | 0.80 | 0.67 | 0.04 | 350.46 | 0.9 | 0.57 |
| Hex | F4 | 31 | 50 | 0 | 50 | 43 | 4 | 15E | 5A | 39 |
| Octal | 364 | 61 | 120 | 0 | 120 | 103 | 4 | 536 | 132 | 71 |
| Binary | 11110100 | 110001 | 1010000 | 0 | 1010000 | 1000011 | 100 | 101011110 | 1011010 | 111001 |
Color Harmonies of #F43150
Complementary color
Monochromatic Colors of #F43150
Black with #F43150
Text Example
Text Example
White with #F43150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43150; }
p { color: rgb(244,49,80); }
H1.HeaderClassName
{
color: #F43150;
}
.AnyTagClassName
{
color: #F43150;
}
</style>
background-color css
<style>
a { background-color: #F43150; }
a { background-color: rgb(244,49,80); }
div.DivClassName
{
background-color: #F43150;
}
.BgClassName
{
background-color: #F43150;
}
</style>
border-color css
<style>
span { border-color: #F43150; }
span { border-color: rgb(244,49,80); }
td.TdClassName
{
border-color: #F43150;
}
.TagClassName
{
border-color: #F43150;
}
</style>