Shades of Amaranth #F22353
Tints of Amaranth #F22353
RGB
CMYK
RGB Variations
Color information
#F22353 (or 0xF22353) is known color: Amaranth. HEX triplet: F2, 23 and 53. RGB value is (242,35,83). Sum of RGB (Red+Green+Blue) = 242+35+83=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F22353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22353 is #0DDCAC. Grayscale: #666666. Windows color (decimal): -908461 or 5448690. OLE color: 5448690.
HSL color Cylindrical-coordinate representation of color #F22353: hue angle of 346.09º 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 #F22353 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 83 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.05 |
| HSL | 346.09º | 0.89% | 0.54% | - |
| HSV(B) | 346.09º | 0.86% | 0.95% | - |
| XYZ | 38.78 | 20.7 | 10.14 | - |
| YUV | 102.37 | 117.08 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 83 | 0 | 0.86 | 0.66 | 0.05 | 346.09 | 0.89 | 0.54 |
| Hex | F2 | 23 | 53 | 0 | 56 | 42 | 5 | 15A | 59 | 36 |
| Octal | 362 | 43 | 123 | 0 | 126 | 102 | 5 | 532 | 131 | 66 |
| Binary | 11110010 | 100011 | 1010011 | 0 | 1010110 | 1000010 | 101 | 101011010 | 1011001 | 110110 |
Color Harmonies of #F22353
Complementary color
Monochromatic Colors of #F22353
Black with #F22353
Text Example
Text Example
White with #F22353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22353; }
p { color: rgb(242,35,83); }
H1.HeaderClassName
{
color: #F22353;
}
.AnyTagClassName
{
color: #F22353;
}
</style>
background-color css
<style>
a { background-color: #F22353; }
a { background-color: rgb(242,35,83); }
div.DivClassName
{
background-color: #F22353;
}
.BgClassName
{
background-color: #F22353;
}
</style>
border-color css
<style>
span { border-color: #F22353; }
span { border-color: rgb(242,35,83); }
td.TdClassName
{
border-color: #F22353;
}
.TagClassName
{
border-color: #F22353;
}
</style>