Shades of Amaranth #F22C55
Tints of Amaranth #F22C55
RGB
CMYK
RGB Variations
Color information
#F22C55 (or 0xF22C55) is known color: Amaranth. HEX triplet: F2, 2C and 55. RGB value is (242,44,85). Sum of RGB (Red+Green+Blue) = 242+44+85=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C55 is #0DD3AA. Grayscale: #6B6B6B. Windows color (decimal): -906155 or 5582066. OLE color: 5582066.
HSL color Cylindrical-coordinate representation of color #F22C55: hue angle of 347.58º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C55 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 85 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.05 |
| HSL | 347.58º | 0.88% | 0.56% | - |
| HSV(B) | 347.58º | 0.82% | 0.95% | - |
| XYZ | 39.16 | 21.33 | 10.65 | - |
| YUV | 107.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 85 | 0 | 0.82 | 0.65 | 0.05 | 347.58 | 0.88 | 0.56 |
| Hex | F2 | 2C | 55 | 0 | 52 | 41 | 5 | 15C | 58 | 38 |
| Octal | 362 | 54 | 125 | 0 | 122 | 101 | 5 | 534 | 130 | 70 |
| Binary | 11110010 | 101100 | 1010101 | 0 | 1010010 | 1000001 | 101 | 101011100 | 1011000 | 111000 |
Color Harmonies of #F22C55
Complementary color
Monochromatic Colors of #F22C55
Black with #F22C55
Text Example
Text Example
White with #F22C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C55; }
p { color: rgb(242,44,85); }
H1.HeaderClassName
{
color: #F22C55;
}
.AnyTagClassName
{
color: #F22C55;
}
</style>
background-color css
<style>
a { background-color: #F22C55; }
a { background-color: rgb(242,44,85); }
div.DivClassName
{
background-color: #F22C55;
}
.BgClassName
{
background-color: #F22C55;
}
</style>
border-color css
<style>
span { border-color: #F22C55; }
span { border-color: rgb(242,44,85); }
td.TdClassName
{
border-color: #F22C55;
}
.TagClassName
{
border-color: #F22C55;
}
</style>