Shades of Amaranth #F22846
Tints of Amaranth #F22846
RGB
CMYK
RGB Variations
Color information
#F22846 (or 0xF22846) is known color: Amaranth. HEX triplet: F2, 28 and 46. RGB value is (242,40,70). Sum of RGB (Red+Green+Blue) = 242+40+70=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F22846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22846 is #0DD7B9. Grayscale: #676767. Windows color (decimal): -907194 or 4598002. OLE color: 4598002.
HSL color Cylindrical-coordinate representation of color #F22846: hue angle of 351.09º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22846 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 70 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.05 |
| HSL | 351.09º | 0.89% | 0.55% | - |
| HSV(B) | 351.09º | 0.83% | 0.95% | - |
| XYZ | 38.48 | 20.84 | 7.79 | - |
| YUV | 103.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 70 | 0 | 0.83 | 0.71 | 0.05 | 351.09 | 0.89 | 0.55 |
| Hex | F2 | 28 | 46 | 0 | 53 | 47 | 5 | 15F | 59 | 37 |
| Octal | 362 | 50 | 106 | 0 | 123 | 107 | 5 | 537 | 131 | 67 |
| Binary | 11110010 | 101000 | 1000110 | 0 | 1010011 | 1000111 | 101 | 101011111 | 1011001 | 110111 |
Color Harmonies of #F22846
Complementary color
Monochromatic Colors of #F22846
Black with #F22846
Text Example
Text Example
White with #F22846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22846; }
p { color: rgb(242,40,70); }
H1.HeaderClassName
{
color: #F22846;
}
.AnyTagClassName
{
color: #F22846;
}
</style>
background-color css
<style>
a { background-color: #F22846; }
a { background-color: rgb(242,40,70); }
div.DivClassName
{
background-color: #F22846;
}
.BgClassName
{
background-color: #F22846;
}
</style>
border-color css
<style>
span { border-color: #F22846; }
span { border-color: rgb(242,40,70); }
td.TdClassName
{
border-color: #F22846;
}
.TagClassName
{
border-color: #F22846;
}
</style>