Shades of Amaranth #F22953
Tints of Amaranth #F22953
RGB
CMYK
RGB Variations
Color information
#F22953 (or 0xF22953) is known color: Amaranth. HEX triplet: F2, 29 and 53. RGB value is (242,41,83). Sum of RGB (Red+Green+Blue) = 242+41+83=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F22953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22953 is #0DD6AC. Grayscale: #696969. Windows color (decimal): -906925 or 5450226. OLE color: 5450226.
HSL color Cylindrical-coordinate representation of color #F22953: hue angle of 347.46º 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 #F22953 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 83 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.05 |
| HSL | 347.46º | 0.89% | 0.55% | - |
| HSV(B) | 347.46º | 0.83% | 0.95% | - |
| XYZ | 38.97 | 21.09 | 10.2 | - |
| YUV | 105.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 83 | 0 | 0.83 | 0.66 | 0.05 | 347.46 | 0.89 | 0.55 |
| Hex | F2 | 29 | 53 | 0 | 53 | 42 | 5 | 15B | 59 | 37 |
| Octal | 362 | 51 | 123 | 0 | 123 | 102 | 5 | 533 | 131 | 67 |
| Binary | 11110010 | 101001 | 1010011 | 0 | 1010011 | 1000010 | 101 | 101011011 | 1011001 | 110111 |
Color Harmonies of #F22953
Complementary color
Monochromatic Colors of #F22953
Black with #F22953
Text Example
Text Example
White with #F22953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22953; }
p { color: rgb(242,41,83); }
H1.HeaderClassName
{
color: #F22953;
}
.AnyTagClassName
{
color: #F22953;
}
</style>
background-color css
<style>
a { background-color: #F22953; }
a { background-color: rgb(242,41,83); }
div.DivClassName
{
background-color: #F22953;
}
.BgClassName
{
background-color: #F22953;
}
</style>
border-color css
<style>
span { border-color: #F22953; }
span { border-color: rgb(242,41,83); }
td.TdClassName
{
border-color: #F22953;
}
.TagClassName
{
border-color: #F22953;
}
</style>