Shades of Amaranth #F22653
Tints of Amaranth #F22653
RGB
CMYK
RGB Variations
Color information
#F22653 (or 0xF22653) is known color: Amaranth. HEX triplet: F2, 26 and 53. RGB value is (242,38,83). Sum of RGB (Red+Green+Blue) = 242+38+83=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F22653 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22653 is #0DD9AC. Grayscale: #686868. Windows color (decimal): -907693 or 5449458. OLE color: 5449458.
HSL color Cylindrical-coordinate representation of color #F22653: hue angle of 346.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22653 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 83 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.05 |
| HSL | 346.76º | 0.89% | 0.55% | - |
| HSV(B) | 346.76º | 0.84% | 0.95% | - |
| XYZ | 38.87 | 20.89 | 10.17 | - |
| YUV | 104.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 83 | 0 | 0.84 | 0.66 | 0.05 | 346.76 | 0.89 | 0.55 |
| Hex | F2 | 26 | 53 | 0 | 54 | 42 | 5 | 15B | 59 | 37 |
| Octal | 362 | 46 | 123 | 0 | 124 | 102 | 5 | 533 | 131 | 67 |
| Binary | 11110010 | 100110 | 1010011 | 0 | 1010100 | 1000010 | 101 | 101011011 | 1011001 | 110111 |
Color Harmonies of #F22653
Complementary color
Monochromatic Colors of #F22653
Black with #F22653
Text Example
Text Example
White with #F22653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22653; }
p { color: rgb(242,38,83); }
H1.HeaderClassName
{
color: #F22653;
}
.AnyTagClassName
{
color: #F22653;
}
</style>
background-color css
<style>
a { background-color: #F22653; }
a { background-color: rgb(242,38,83); }
div.DivClassName
{
background-color: #F22653;
}
.BgClassName
{
background-color: #F22653;
}
</style>
border-color css
<style>
span { border-color: #F22653; }
span { border-color: rgb(242,38,83); }
td.TdClassName
{
border-color: #F22653;
}
.TagClassName
{
border-color: #F22653;
}
</style>