Shades of Amaranth #F22552
Tints of Amaranth #F22552
RGB
CMYK
RGB Variations
Color information
#F22552 (or 0xF22552) is known color: Amaranth. HEX triplet: F2, 25 and 52. RGB value is (242,37,82). Sum of RGB (Red+Green+Blue) = 242+37+82=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F22552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22552 is #0DDAAD. Grayscale: #676767. Windows color (decimal): -907950 or 5383666. OLE color: 5383666.
HSL color Cylindrical-coordinate representation of color #F22552: hue angle of 346.83º 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 #F22552 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 82 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.05 |
| HSL | 346.83º | 0.89% | 0.55% | - |
| HSV(B) | 346.83º | 0.85% | 0.95% | - |
| XYZ | 38.8 | 20.81 | 9.95 | - |
| YUV | 103.43 | 115.92 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 82 | 0 | 0.85 | 0.66 | 0.05 | 346.83 | 0.89 | 0.55 |
| Hex | F2 | 25 | 52 | 0 | 55 | 42 | 5 | 15B | 59 | 37 |
| Octal | 362 | 45 | 122 | 0 | 125 | 102 | 5 | 533 | 131 | 67 |
| Binary | 11110010 | 100101 | 1010010 | 0 | 1010101 | 1000010 | 101 | 101011011 | 1011001 | 110111 |
Color Harmonies of #F22552
Complementary color
Monochromatic Colors of #F22552
Black with #F22552
Text Example
Text Example
White with #F22552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22552; }
p { color: rgb(242,37,82); }
H1.HeaderClassName
{
color: #F22552;
}
.AnyTagClassName
{
color: #F22552;
}
</style>
background-color css
<style>
a { background-color: #F22552; }
a { background-color: rgb(242,37,82); }
div.DivClassName
{
background-color: #F22552;
}
.BgClassName
{
background-color: #F22552;
}
</style>
border-color css
<style>
span { border-color: #F22552; }
span { border-color: rgb(242,37,82); }
td.TdClassName
{
border-color: #F22552;
}
.TagClassName
{
border-color: #F22552;
}
</style>