Shades of Amaranth #F22848
Tints of Amaranth #F22848
RGB
CMYK
RGB Variations
Color information
#F22848 (or 0xF22848) is known color: Amaranth. HEX triplet: F2, 28 and 48. RGB value is (242,40,72). Sum of RGB (Red+Green+Blue) = 242+40+72=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F22848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22848 is #0DD7B7. Grayscale: #686868. Windows color (decimal): -907192 or 4729074. OLE color: 4729074.
HSL color Cylindrical-coordinate representation of color #F22848: hue angle of 350.5º 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 #F22848 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 72 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.05 |
| HSL | 350.5º | 0.89% | 0.55% | - |
| HSV(B) | 350.5º | 0.83% | 0.95% | - |
| XYZ | 38.55 | 20.86 | 8.13 | - |
| YUV | 104.05 | 109.92 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 72 | 0 | 0.83 | 0.70 | 0.05 | 350.5 | 0.89 | 0.55 |
| Hex | F2 | 28 | 48 | 0 | 53 | 46 | 5 | 15E | 59 | 37 |
| Octal | 362 | 50 | 110 | 0 | 123 | 106 | 5 | 536 | 131 | 67 |
| Binary | 11110010 | 101000 | 1001000 | 0 | 1010011 | 1000110 | 101 | 101011110 | 1011001 | 110111 |
Color Harmonies of #F22848
Complementary color
Monochromatic Colors of #F22848
Black with #F22848
Text Example
Text Example
White with #F22848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22848; }
p { color: rgb(242,40,72); }
H1.HeaderClassName
{
color: #F22848;
}
.AnyTagClassName
{
color: #F22848;
}
</style>
background-color css
<style>
a { background-color: #F22848; }
a { background-color: rgb(242,40,72); }
div.DivClassName
{
background-color: #F22848;
}
.BgClassName
{
background-color: #F22848;
}
</style>
border-color css
<style>
span { border-color: #F22848; }
span { border-color: rgb(242,40,72); }
td.TdClassName
{
border-color: #F22848;
}
.TagClassName
{
border-color: #F22848;
}
</style>