Shades of Amaranth #F22655
Tints of Amaranth #F22655
RGB
CMYK
RGB Variations
Color information
#F22655 (or 0xF22655) is known color: Amaranth. HEX triplet: F2, 26 and 55. RGB value is (242,38,85). Sum of RGB (Red+Green+Blue) = 242+38+85=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F22655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22655 is #0DD9AA. Grayscale: #686868. Windows color (decimal): -907691 or 5580530. OLE color: 5580530.
HSL color Cylindrical-coordinate representation of color #F22655: hue angle of 346.18º 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 #F22655 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 85 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.05 |
| HSL | 346.18º | 0.89% | 0.55% | - |
| HSV(B) | 346.18º | 0.84% | 0.95% | - |
| XYZ | 38.95 | 20.92 | 10.58 | - |
| YUV | 104.35 | 117.09 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 85 | 0 | 0.84 | 0.65 | 0.05 | 346.18 | 0.89 | 0.55 |
| Hex | F2 | 26 | 55 | 0 | 54 | 41 | 5 | 15A | 59 | 37 |
| Octal | 362 | 46 | 125 | 0 | 124 | 101 | 5 | 532 | 131 | 67 |
| Binary | 11110010 | 100110 | 1010101 | 0 | 1010100 | 1000001 | 101 | 101011010 | 1011001 | 110111 |
Color Harmonies of #F22655
Complementary color
Monochromatic Colors of #F22655
Black with #F22655
Text Example
Text Example
White with #F22655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22655; }
p { color: rgb(242,38,85); }
H1.HeaderClassName
{
color: #F22655;
}
.AnyTagClassName
{
color: #F22655;
}
</style>
background-color css
<style>
a { background-color: #F22655; }
a { background-color: rgb(242,38,85); }
div.DivClassName
{
background-color: #F22655;
}
.BgClassName
{
background-color: #F22655;
}
</style>
border-color css
<style>
span { border-color: #F22655; }
span { border-color: rgb(242,38,85); }
td.TdClassName
{
border-color: #F22655;
}
.TagClassName
{
border-color: #F22655;
}
</style>