Shades of Amaranth #F42853
Tints of Amaranth #F42853
RGB
CMYK
RGB Variations
Color information
#F42853 (or 0xF42853) is known color: Amaranth. HEX triplet: F4, 28 and 53. RGB value is (244,40,83). Sum of RGB (Red+Green+Blue) = 244+40+83=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F42853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42853 is #0BD7AC. Grayscale: #696969. Windows color (decimal): -776109 or 5449972. OLE color: 5449972.
HSL color Cylindrical-coordinate representation of color #F42853: hue angle of 347.35º 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 #F42853 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 83 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.04 |
| HSL | 347.35º | 0.9% | 0.56% | - |
| HSV(B) | 347.35º | 0.84% | 0.96% | - |
| XYZ | 39.63 | 21.38 | 10.22 | - |
| YUV | 105.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 83 | 0 | 0.84 | 0.66 | 0.04 | 347.35 | 0.9 | 0.56 |
| Hex | F4 | 28 | 53 | 0 | 54 | 42 | 4 | 15B | 5A | 38 |
| Octal | 364 | 50 | 123 | 0 | 124 | 102 | 4 | 533 | 132 | 70 |
| Binary | 11110100 | 101000 | 1010011 | 0 | 1010100 | 1000010 | 100 | 101011011 | 1011010 | 111000 |
Color Harmonies of #F42853
Complementary color
Monochromatic Colors of #F42853
Black with #F42853
Text Example
Text Example
White with #F42853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42853; }
p { color: rgb(244,40,83); }
H1.HeaderClassName
{
color: #F42853;
}
.AnyTagClassName
{
color: #F42853;
}
</style>
background-color css
<style>
a { background-color: #F42853; }
a { background-color: rgb(244,40,83); }
div.DivClassName
{
background-color: #F42853;
}
.BgClassName
{
background-color: #F42853;
}
</style>
border-color css
<style>
span { border-color: #F42853; }
span { border-color: rgb(244,40,83); }
td.TdClassName
{
border-color: #F42853;
}
.TagClassName
{
border-color: #F42853;
}
</style>