Shades of Amaranth #F22845
Tints of Amaranth #F22845
RGB
CMYK
RGB Variations
Color information
#F22845 (or 0xF22845) is known color: Amaranth. HEX triplet: F2, 28 and 45. RGB value is (242,40,69). Sum of RGB (Red+Green+Blue) = 242+40+69=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F22845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22845 is #0DD7BA. Grayscale: #676767. Windows color (decimal): -907195 or 4532466. OLE color: 4532466.
HSL color Cylindrical-coordinate representation of color #F22845: hue angle of 351.39º 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 #F22845 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 69 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.05 |
| HSL | 351.39º | 0.89% | 0.55% | - |
| HSV(B) | 351.39º | 0.83% | 0.95% | - |
| XYZ | 38.45 | 20.82 | 7.62 | - |
| YUV | 103.7 | 108.42 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 69 | 0 | 0.83 | 0.71 | 0.05 | 351.39 | 0.89 | 0.55 |
| Hex | F2 | 28 | 45 | 0 | 53 | 47 | 5 | 15F | 59 | 37 |
| Octal | 362 | 50 | 105 | 0 | 123 | 107 | 5 | 537 | 131 | 67 |
| Binary | 11110010 | 101000 | 1000101 | 0 | 1010011 | 1000111 | 101 | 101011111 | 1011001 | 110111 |
Color Harmonies of #F22845
Complementary color
Monochromatic Colors of #F22845
Black with #F22845
Text Example
Text Example
White with #F22845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22845; }
p { color: rgb(242,40,69); }
H1.HeaderClassName
{
color: #F22845;
}
.AnyTagClassName
{
color: #F22845;
}
</style>
background-color css
<style>
a { background-color: #F22845; }
a { background-color: rgb(242,40,69); }
div.DivClassName
{
background-color: #F22845;
}
.BgClassName
{
background-color: #F22845;
}
</style>
border-color css
<style>
span { border-color: #F22845; }
span { border-color: rgb(242,40,69); }
td.TdClassName
{
border-color: #F22845;
}
.TagClassName
{
border-color: #F22845;
}
</style>