Shades of Amaranth #F22148
Tints of Amaranth #F22148
RGB
CMYK
RGB Variations
Color information
#F22148 (or 0xF22148) is known color: Amaranth. HEX triplet: F2, 21 and 48. RGB value is (242,33,72). Sum of RGB (Red+Green+Blue) = 242+33+72=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F22148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22148 is #0DDEB7. Grayscale: #636363. Windows color (decimal): -908984 or 4727282. OLE color: 4727282.
HSL color Cylindrical-coordinate representation of color #F22148: hue angle of 348.8º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22148 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 72 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.05 |
| HSL | 348.8º | 0.89% | 0.54% | - |
| HSV(B) | 348.8º | 0.86% | 0.95% | - |
| XYZ | 38.33 | 20.43 | 8.05 | - |
| YUV | 99.94 | 112.24 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 72 | 0 | 0.86 | 0.70 | 0.05 | 348.8 | 0.89 | 0.54 |
| Hex | F2 | 21 | 48 | 0 | 56 | 46 | 5 | 15D | 59 | 36 |
| Octal | 362 | 41 | 110 | 0 | 126 | 106 | 5 | 535 | 131 | 66 |
| Binary | 11110010 | 100001 | 1001000 | 0 | 1010110 | 1000110 | 101 | 101011101 | 1011001 | 110110 |
Color Harmonies of #F22148
Complementary color
Monochromatic Colors of #F22148
Black with #F22148
Text Example
Text Example
White with #F22148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22148; }
p { color: rgb(242,33,72); }
H1.HeaderClassName
{
color: #F22148;
}
.AnyTagClassName
{
color: #F22148;
}
</style>
background-color css
<style>
a { background-color: #F22148; }
a { background-color: rgb(242,33,72); }
div.DivClassName
{
background-color: #F22148;
}
.BgClassName
{
background-color: #F22148;
}
</style>
border-color css
<style>
span { border-color: #F22148; }
span { border-color: rgb(242,33,72); }
td.TdClassName
{
border-color: #F22148;
}
.TagClassName
{
border-color: #F22148;
}
</style>