Shades of Amaranth #F22A44
Tints of Amaranth #F22A44
RGB
CMYK
RGB Variations
Color information
#F22A44 (or 0xF22A44) is known color: Amaranth. HEX triplet: F2, 2A and 44. RGB value is (242,42,68). Sum of RGB (Red+Green+Blue) = 242+42+68=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22A44 is #0DD5BB. Grayscale: #686868. Windows color (decimal): -906684 or 4467442. OLE color: 4467442.
HSL color Cylindrical-coordinate representation of color #F22A44: hue angle of 352.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22A44 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 68 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.05 |
| HSL | 352.2º | 0.88% | 0.56% | - |
| HSV(B) | 352.2º | 0.83% | 0.95% | - |
| XYZ | 38.49 | 20.95 | 7.48 | - |
| YUV | 104.76 | 107.26 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 68 | 0 | 0.83 | 0.72 | 0.05 | 352.2 | 0.88 | 0.56 |
| Hex | F2 | 2A | 44 | 0 | 53 | 48 | 5 | 160 | 58 | 38 |
| Octal | 362 | 52 | 104 | 0 | 123 | 110 | 5 | 540 | 130 | 70 |
| Binary | 11110010 | 101010 | 1000100 | 0 | 1010011 | 1001000 | 101 | 101100000 | 1011000 | 111000 |
Color Harmonies of #F22A44
Complementary color
Monochromatic Colors of #F22A44
Black with #F22A44
Text Example
Text Example
White with #F22A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22A44; }
p { color: rgb(242,42,68); }
H1.HeaderClassName
{
color: #F22A44;
}
.AnyTagClassName
{
color: #F22A44;
}
</style>
background-color css
<style>
a { background-color: #F22A44; }
a { background-color: rgb(242,42,68); }
div.DivClassName
{
background-color: #F22A44;
}
.BgClassName
{
background-color: #F22A44;
}
</style>
border-color css
<style>
span { border-color: #F22A44; }
span { border-color: rgb(242,42,68); }
td.TdClassName
{
border-color: #F22A44;
}
.TagClassName
{
border-color: #F22A44;
}
</style>