Shades of Amaranth #F42850
Tints of Amaranth #F42850
RGB
CMYK
RGB Variations
Color information
#F42850 (or 0xF42850) is known color: Amaranth. HEX triplet: F4, 28 and 50. RGB value is (244,40,80). Sum of RGB (Red+Green+Blue) = 244+40+80=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F42850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42850 is #0BD7AF. Grayscale: #696969. Windows color (decimal): -776112 or 5253364. OLE color: 5253364.
HSL color Cylindrical-coordinate representation of color #F42850: hue angle of 348.24º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42850 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 80 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.04 |
| HSL | 348.24º | 0.9% | 0.56% | - |
| HSV(B) | 348.24º | 0.84% | 0.96% | - |
| XYZ | 39.51 | 21.33 | 9.62 | - |
| YUV | 105.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 80 | 0 | 0.84 | 0.67 | 0.04 | 348.24 | 0.9 | 0.56 |
| Hex | F4 | 28 | 50 | 0 | 54 | 43 | 4 | 15C | 5A | 38 |
| Octal | 364 | 50 | 120 | 0 | 124 | 103 | 4 | 534 | 132 | 70 |
| Binary | 11110100 | 101000 | 1010000 | 0 | 1010100 | 1000011 | 100 | 101011100 | 1011010 | 111000 |
Color Harmonies of #F42850
Complementary color
Monochromatic Colors of #F42850
Black with #F42850
Text Example
Text Example
White with #F42850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42850; }
p { color: rgb(244,40,80); }
H1.HeaderClassName
{
color: #F42850;
}
.AnyTagClassName
{
color: #F42850;
}
</style>
background-color css
<style>
a { background-color: #F42850; }
a { background-color: rgb(244,40,80); }
div.DivClassName
{
background-color: #F42850;
}
.BgClassName
{
background-color: #F42850;
}
</style>
border-color css
<style>
span { border-color: #F42850; }
span { border-color: rgb(244,40,80); }
td.TdClassName
{
border-color: #F42850;
}
.TagClassName
{
border-color: #F42850;
}
</style>