Shades of Amaranth #F22644
Tints of Amaranth #F22644
RGB
CMYK
RGB Variations
Color information
#F22644 (or 0xF22644) is known color: Amaranth. HEX triplet: F2, 26 and 44. RGB value is (242,38,68). Sum of RGB (Red+Green+Blue) = 242+38+68=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F22644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22644 is #0DD9BB. Grayscale: #666666. Windows color (decimal): -907708 or 4466418. OLE color: 4466418.
HSL color Cylindrical-coordinate representation of color #F22644: hue angle of 351.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22644 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 68 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.05 |
| HSL | 351.18º | 0.89% | 0.55% | - |
| HSV(B) | 351.18º | 0.84% | 0.95% | - |
| XYZ | 38.35 | 20.68 | 7.44 | - |
| YUV | 102.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 68 | 0 | 0.84 | 0.72 | 0.05 | 351.18 | 0.89 | 0.55 |
| Hex | F2 | 26 | 44 | 0 | 54 | 48 | 5 | 15F | 59 | 37 |
| Octal | 362 | 46 | 104 | 0 | 124 | 110 | 5 | 537 | 131 | 67 |
| Binary | 11110010 | 100110 | 1000100 | 0 | 1010100 | 1001000 | 101 | 101011111 | 1011001 | 110111 |
Color Harmonies of #F22644
Complementary color
Monochromatic Colors of #F22644
Black with #F22644
Text Example
Text Example
White with #F22644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22644; }
p { color: rgb(242,38,68); }
H1.HeaderClassName
{
color: #F22644;
}
.AnyTagClassName
{
color: #F22644;
}
</style>
background-color css
<style>
a { background-color: #F22644; }
a { background-color: rgb(242,38,68); }
div.DivClassName
{
background-color: #F22644;
}
.BgClassName
{
background-color: #F22644;
}
</style>
border-color css
<style>
span { border-color: #F22644; }
span { border-color: rgb(242,38,68); }
td.TdClassName
{
border-color: #F22644;
}
.TagClassName
{
border-color: #F22644;
}
</style>