Shades of Amaranth #F22852
Tints of Amaranth #F22852
RGB
CMYK
RGB Variations
Color information
#F22852 (or 0xF22852) is known color: Amaranth. HEX triplet: F2, 28 and 52. RGB value is (242,40,82). Sum of RGB (Red+Green+Blue) = 242+40+82=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F22852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22852 is #0DD7AD. Grayscale: #696969. Windows color (decimal): -907182 or 5384434. OLE color: 5384434.
HSL color Cylindrical-coordinate representation of color #F22852: hue angle of 347.52º 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 #F22852 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 82 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.05 |
| HSL | 347.52º | 0.89% | 0.55% | - |
| HSV(B) | 347.52º | 0.83% | 0.95% | - |
| XYZ | 38.9 | 21 | 9.99 | - |
| YUV | 105.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 82 | 0 | 0.83 | 0.66 | 0.05 | 347.52 | 0.89 | 0.55 |
| Hex | F2 | 28 | 52 | 0 | 53 | 42 | 5 | 15C | 59 | 37 |
| Octal | 362 | 50 | 122 | 0 | 123 | 102 | 5 | 534 | 131 | 67 |
| Binary | 11110010 | 101000 | 1010010 | 0 | 1010011 | 1000010 | 101 | 101011100 | 1011001 | 110111 |
Color Harmonies of #F22852
Complementary color
Monochromatic Colors of #F22852
Black with #F22852
Text Example
Text Example
White with #F22852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22852; }
p { color: rgb(242,40,82); }
H1.HeaderClassName
{
color: #F22852;
}
.AnyTagClassName
{
color: #F22852;
}
</style>
background-color css
<style>
a { background-color: #F22852; }
a { background-color: rgb(242,40,82); }
div.DivClassName
{
background-color: #F22852;
}
.BgClassName
{
background-color: #F22852;
}
</style>
border-color css
<style>
span { border-color: #F22852; }
span { border-color: rgb(242,40,82); }
td.TdClassName
{
border-color: #F22852;
}
.TagClassName
{
border-color: #F22852;
}
</style>