Shades of Amaranth #F22950
Tints of Amaranth #F22950
RGB
CMYK
RGB Variations
Color information
#F22950 (or 0xF22950) is known color: Amaranth. HEX triplet: F2, 29 and 50. RGB value is (242,41,80). Sum of RGB (Red+Green+Blue) = 242+41+80=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F22950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22950 is #0DD6AF. Grayscale: #696969. Windows color (decimal): -906928 or 5253618. OLE color: 5253618.
HSL color Cylindrical-coordinate representation of color #F22950: hue angle of 348.36º 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 #F22950 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 80 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.05 |
| HSL | 348.36º | 0.89% | 0.55% | - |
| HSV(B) | 348.36º | 0.83% | 0.95% | - |
| XYZ | 38.86 | 21.04 | 9.6 | - |
| YUV | 105.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 80 | 0 | 0.83 | 0.67 | 0.05 | 348.36 | 0.89 | 0.55 |
| Hex | F2 | 29 | 50 | 0 | 53 | 43 | 5 | 15C | 59 | 37 |
| Octal | 362 | 51 | 120 | 0 | 123 | 103 | 5 | 534 | 131 | 67 |
| Binary | 11110010 | 101001 | 1010000 | 0 | 1010011 | 1000011 | 101 | 101011100 | 1011001 | 110111 |
Color Harmonies of #F22950
Complementary color
Monochromatic Colors of #F22950
Black with #F22950
Text Example
Text Example
White with #F22950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22950; }
p { color: rgb(242,41,80); }
H1.HeaderClassName
{
color: #F22950;
}
.AnyTagClassName
{
color: #F22950;
}
</style>
background-color css
<style>
a { background-color: #F22950; }
a { background-color: rgb(242,41,80); }
div.DivClassName
{
background-color: #F22950;
}
.BgClassName
{
background-color: #F22950;
}
</style>
border-color css
<style>
span { border-color: #F22950; }
span { border-color: rgb(242,41,80); }
td.TdClassName
{
border-color: #F22950;
}
.TagClassName
{
border-color: #F22950;
}
</style>