Shades of Amaranth #F22444
Tints of Amaranth #F22444
RGB
CMYK
RGB Variations
Color information
#F22444 (or 0xF22444) is known color: Amaranth. HEX triplet: F2, 24 and 44. RGB value is (242,36,68). Sum of RGB (Red+Green+Blue) = 242+36+68=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F22444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22444 is #0DDBBB. Grayscale: #656565. Windows color (decimal): -908220 or 4465906. OLE color: 4465906.
HSL color Cylindrical-coordinate representation of color #F22444: hue angle of 350.68º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22444 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 68 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.05 |
| HSL | 350.68º | 0.89% | 0.55% | - |
| HSV(B) | 350.68º | 0.85% | 0.95% | - |
| XYZ | 38.29 | 20.56 | 7.42 | - |
| YUV | 101.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 68 | 0 | 0.85 | 0.72 | 0.05 | 350.68 | 0.89 | 0.55 |
| Hex | F2 | 24 | 44 | 0 | 55 | 48 | 5 | 15F | 59 | 37 |
| Octal | 362 | 44 | 104 | 0 | 125 | 110 | 5 | 537 | 131 | 67 |
| Binary | 11110010 | 100100 | 1000100 | 0 | 1010101 | 1001000 | 101 | 101011111 | 1011001 | 110111 |
Color Harmonies of #F22444
Complementary color
Monochromatic Colors of #F22444
Black with #F22444
Text Example
Text Example
White with #F22444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22444; }
p { color: rgb(242,36,68); }
H1.HeaderClassName
{
color: #F22444;
}
.AnyTagClassName
{
color: #F22444;
}
</style>
background-color css
<style>
a { background-color: #F22444; }
a { background-color: rgb(242,36,68); }
div.DivClassName
{
background-color: #F22444;
}
.BgClassName
{
background-color: #F22444;
}
</style>
border-color css
<style>
span { border-color: #F22444; }
span { border-color: rgb(242,36,68); }
td.TdClassName
{
border-color: #F22444;
}
.TagClassName
{
border-color: #F22444;
}
</style>