Shades of Amaranth #F22850
Tints of Amaranth #F22850
RGB
CMYK
RGB Variations
Color information
#F22850 (or 0xF22850) is known color: Amaranth. HEX triplet: F2, 28 and 50. RGB value is (242,40,80). Sum of RGB (Red+Green+Blue) = 242+40+80=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F22850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22850 is #0DD7AF. Grayscale: #686868. Windows color (decimal): -907184 or 5253362. OLE color: 5253362.
HSL color Cylindrical-coordinate representation of color #F22850: hue angle of 348.12º 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 #F22850 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 80 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.05 |
| HSL | 348.12º | 0.89% | 0.55% | - |
| HSV(B) | 348.12º | 0.83% | 0.95% | - |
| XYZ | 38.82 | 20.97 | 9.59 | - |
| YUV | 104.96 | 113.92 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 80 | 0 | 0.83 | 0.67 | 0.05 | 348.12 | 0.89 | 0.55 |
| Hex | F2 | 28 | 50 | 0 | 53 | 43 | 5 | 15C | 59 | 37 |
| Octal | 362 | 50 | 120 | 0 | 123 | 103 | 5 | 534 | 131 | 67 |
| Binary | 11110010 | 101000 | 1010000 | 0 | 1010011 | 1000011 | 101 | 101011100 | 1011001 | 110111 |
Color Harmonies of #F22850
Complementary color
Monochromatic Colors of #F22850
Black with #F22850
Text Example
Text Example
White with #F22850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22850; }
p { color: rgb(242,40,80); }
H1.HeaderClassName
{
color: #F22850;
}
.AnyTagClassName
{
color: #F22850;
}
</style>
background-color css
<style>
a { background-color: #F22850; }
a { background-color: rgb(242,40,80); }
div.DivClassName
{
background-color: #F22850;
}
.BgClassName
{
background-color: #F22850;
}
</style>
border-color css
<style>
span { border-color: #F22850; }
span { border-color: rgb(242,40,80); }
td.TdClassName
{
border-color: #F22850;
}
.TagClassName
{
border-color: #F22850;
}
</style>