Shades of Amaranth #F22855
Tints of Amaranth #F22855
RGB
CMYK
RGB Variations
Color information
#F22855 (or 0xF22855) is known color: Amaranth. HEX triplet: F2, 28 and 55. RGB value is (242,40,85). Sum of RGB (Red+Green+Blue) = 242+40+85=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F22855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22855 is #0DD7AA. Grayscale: #696969. Windows color (decimal): -907179 or 5581042. OLE color: 5581042.
HSL color Cylindrical-coordinate representation of color #F22855: hue angle of 346.63º 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 #F22855 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 85 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.05 |
| HSL | 346.63º | 0.89% | 0.55% | - |
| HSV(B) | 346.63º | 0.83% | 0.95% | - |
| XYZ | 39.02 | 21.05 | 10.6 | - |
| YUV | 105.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 85 | 0 | 0.83 | 0.65 | 0.05 | 346.63 | 0.89 | 0.55 |
| Hex | F2 | 28 | 55 | 0 | 53 | 41 | 5 | 15B | 59 | 37 |
| Octal | 362 | 50 | 125 | 0 | 123 | 101 | 5 | 533 | 131 | 67 |
| Binary | 11110010 | 101000 | 1010101 | 0 | 1010011 | 1000001 | 101 | 101011011 | 1011001 | 110111 |
Color Harmonies of #F22855
Complementary color
Monochromatic Colors of #F22855
Black with #F22855
Text Example
Text Example
White with #F22855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22855; }
p { color: rgb(242,40,85); }
H1.HeaderClassName
{
color: #F22855;
}
.AnyTagClassName
{
color: #F22855;
}
</style>
background-color css
<style>
a { background-color: #F22855; }
a { background-color: rgb(242,40,85); }
div.DivClassName
{
background-color: #F22855;
}
.BgClassName
{
background-color: #F22855;
}
</style>
border-color css
<style>
span { border-color: #F22855; }
span { border-color: rgb(242,40,85); }
td.TdClassName
{
border-color: #F22855;
}
.TagClassName
{
border-color: #F22855;
}
</style>