Shades of Amaranth #F22546
Tints of Amaranth #F22546
RGB
CMYK
RGB Variations
Color information
#F22546 (or 0xF22546) is known color: Amaranth. HEX triplet: F2, 25 and 46. RGB value is (242,37,70). Sum of RGB (Red+Green+Blue) = 242+37+70=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F22546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22546 is #0DDAB9. Grayscale: #666666. Windows color (decimal): -907962 or 4597234. OLE color: 4597234.
HSL color Cylindrical-coordinate representation of color #F22546: hue angle of 350.34º 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 #F22546 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 70 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.05 |
| HSL | 350.34º | 0.89% | 0.55% | - |
| HSV(B) | 350.34º | 0.85% | 0.95% | - |
| XYZ | 38.39 | 20.64 | 7.76 | - |
| YUV | 102.06 | 109.92 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 70 | 0 | 0.85 | 0.71 | 0.05 | 350.34 | 0.89 | 0.55 |
| Hex | F2 | 25 | 46 | 0 | 55 | 47 | 5 | 15E | 59 | 37 |
| Octal | 362 | 45 | 106 | 0 | 125 | 107 | 5 | 536 | 131 | 67 |
| Binary | 11110010 | 100101 | 1000110 | 0 | 1010101 | 1000111 | 101 | 101011110 | 1011001 | 110111 |
Color Harmonies of #F22546
Complementary color
Monochromatic Colors of #F22546
Black with #F22546
Text Example
Text Example
White with #F22546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22546; }
p { color: rgb(242,37,70); }
H1.HeaderClassName
{
color: #F22546;
}
.AnyTagClassName
{
color: #F22546;
}
</style>
background-color css
<style>
a { background-color: #F22546; }
a { background-color: rgb(242,37,70); }
div.DivClassName
{
background-color: #F22546;
}
.BgClassName
{
background-color: #F22546;
}
</style>
border-color css
<style>
span { border-color: #F22546; }
span { border-color: rgb(242,37,70); }
td.TdClassName
{
border-color: #F22546;
}
.TagClassName
{
border-color: #F22546;
}
</style>