Shades of Amaranth #F22851
Tints of Amaranth #F22851
RGB
CMYK
RGB Variations
Color information
#F22851 (or 0xF22851) is known color: Amaranth. HEX triplet: F2, 28 and 51. RGB value is (242,40,81). Sum of RGB (Red+Green+Blue) = 242+40+81=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F22851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22851 is #0DD7AE. Grayscale: #696969. Windows color (decimal): -907183 or 5318898. OLE color: 5318898.
HSL color Cylindrical-coordinate representation of color #F22851: hue angle of 347.82º 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 #F22851 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 81 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.05 |
| HSL | 347.82º | 0.89% | 0.55% | - |
| HSV(B) | 347.82º | 0.83% | 0.95% | - |
| XYZ | 38.86 | 20.99 | 9.79 | - |
| YUV | 105.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 81 | 0 | 0.83 | 0.67 | 0.05 | 347.82 | 0.89 | 0.55 |
| Hex | F2 | 28 | 51 | 0 | 53 | 43 | 5 | 15C | 59 | 37 |
| Octal | 362 | 50 | 121 | 0 | 123 | 103 | 5 | 534 | 131 | 67 |
| Binary | 11110010 | 101000 | 1010001 | 0 | 1010011 | 1000011 | 101 | 101011100 | 1011001 | 110111 |
Color Harmonies of #F22851
Complementary color
Monochromatic Colors of #F22851
Black with #F22851
Text Example
Text Example
White with #F22851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22851; }
p { color: rgb(242,40,81); }
H1.HeaderClassName
{
color: #F22851;
}
.AnyTagClassName
{
color: #F22851;
}
</style>
background-color css
<style>
a { background-color: #F22851; }
a { background-color: rgb(242,40,81); }
div.DivClassName
{
background-color: #F22851;
}
.BgClassName
{
background-color: #F22851;
}
</style>
border-color css
<style>
span { border-color: #F22851; }
span { border-color: rgb(242,40,81); }
td.TdClassName
{
border-color: #F22851;
}
.TagClassName
{
border-color: #F22851;
}
</style>