Shades of Amaranth #F22548
Tints of Amaranth #F22548
RGB
CMYK
RGB Variations
Color information
#F22548 (or 0xF22548) is known color: Amaranth. HEX triplet: F2, 25 and 48. RGB value is (242,37,72). Sum of RGB (Red+Green+Blue) = 242+37+72=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F22548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22548 is #0DDAB7. Grayscale: #666666. Windows color (decimal): -907960 or 4728306. OLE color: 4728306.
HSL color Cylindrical-coordinate representation of color #F22548: hue angle of 349.76º 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 #F22548 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 72 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.05 |
| HSL | 349.76º | 0.89% | 0.55% | - |
| HSV(B) | 349.76º | 0.85% | 0.95% | - |
| XYZ | 38.45 | 20.67 | 8.09 | - |
| YUV | 102.29 | 110.92 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 72 | 0 | 0.85 | 0.70 | 0.05 | 349.76 | 0.89 | 0.55 |
| Hex | F2 | 25 | 48 | 0 | 55 | 46 | 5 | 15E | 59 | 37 |
| Octal | 362 | 45 | 110 | 0 | 125 | 106 | 5 | 536 | 131 | 67 |
| Binary | 11110010 | 100101 | 1001000 | 0 | 1010101 | 1000110 | 101 | 101011110 | 1011001 | 110111 |
Color Harmonies of #F22548
Complementary color
Monochromatic Colors of #F22548
Black with #F22548
Text Example
Text Example
White with #F22548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22548; }
p { color: rgb(242,37,72); }
H1.HeaderClassName
{
color: #F22548;
}
.AnyTagClassName
{
color: #F22548;
}
</style>
background-color css
<style>
a { background-color: #F22548; }
a { background-color: rgb(242,37,72); }
div.DivClassName
{
background-color: #F22548;
}
.BgClassName
{
background-color: #F22548;
}
</style>
border-color css
<style>
span { border-color: #F22548; }
span { border-color: rgb(242,37,72); }
td.TdClassName
{
border-color: #F22548;
}
.TagClassName
{
border-color: #F22548;
}
</style>