Shades of Amaranth #F22350
Tints of Amaranth #F22350
RGB
CMYK
RGB Variations
Color information
#F22350 (or 0xF22350) is known color: Amaranth. HEX triplet: F2, 23 and 50. RGB value is (242,35,80). Sum of RGB (Red+Green+Blue) = 242+35+80=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F22350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22350 is #0DDCAF. Grayscale: #666666. Windows color (decimal): -908464 or 5252082. OLE color: 5252082.
HSL color Cylindrical-coordinate representation of color #F22350: hue angle of 346.96º 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 #F22350 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 80 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.05 |
| HSL | 346.96º | 0.89% | 0.54% | - |
| HSV(B) | 346.96º | 0.86% | 0.95% | - |
| XYZ | 38.67 | 20.66 | 9.54 | - |
| YUV | 102.02 | 115.58 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 80 | 0 | 0.86 | 0.67 | 0.05 | 346.96 | 0.89 | 0.54 |
| Hex | F2 | 23 | 50 | 0 | 56 | 43 | 5 | 15B | 59 | 36 |
| Octal | 362 | 43 | 120 | 0 | 126 | 103 | 5 | 533 | 131 | 66 |
| Binary | 11110010 | 100011 | 1010000 | 0 | 1010110 | 1000011 | 101 | 101011011 | 1011001 | 110110 |
Color Harmonies of #F22350
Complementary color
Monochromatic Colors of #F22350
Black with #F22350
Text Example
Text Example
White with #F22350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22350; }
p { color: rgb(242,35,80); }
H1.HeaderClassName
{
color: #F22350;
}
.AnyTagClassName
{
color: #F22350;
}
</style>
background-color css
<style>
a { background-color: #F22350; }
a { background-color: rgb(242,35,80); }
div.DivClassName
{
background-color: #F22350;
}
.BgClassName
{
background-color: #F22350;
}
</style>
border-color css
<style>
span { border-color: #F22350; }
span { border-color: rgb(242,35,80); }
td.TdClassName
{
border-color: #F22350;
}
.TagClassName
{
border-color: #F22350;
}
</style>