Shades of Amaranth #F22C46
Tints of Amaranth #F22C46
RGB
CMYK
RGB Variations
Color information
#F22C46 (or 0xF22C46) is known color: Amaranth. HEX triplet: F2, 2C and 46. RGB value is (242,44,70). Sum of RGB (Red+Green+Blue) = 242+44+70=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C46 is #0DD3B9. Grayscale: #6A6A6A. Windows color (decimal): -906170 or 4599026. OLE color: 4599026.
HSL color Cylindrical-coordinate representation of color #F22C46: hue angle of 352.12º 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 #F22C46 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 70 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.05 |
| HSL | 352.12º | 0.88% | 0.56% | - |
| HSV(B) | 352.12º | 0.82% | 0.95% | - |
| XYZ | 38.62 | 21.12 | 7.84 | - |
| YUV | 106.17 | 107.6 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 70 | 0 | 0.82 | 0.71 | 0.05 | 352.12 | 0.88 | 0.56 |
| Hex | F2 | 2C | 46 | 0 | 52 | 47 | 5 | 160 | 58 | 38 |
| Octal | 362 | 54 | 106 | 0 | 122 | 107 | 5 | 540 | 130 | 70 |
| Binary | 11110010 | 101100 | 1000110 | 0 | 1010010 | 1000111 | 101 | 101100000 | 1011000 | 111000 |
Color Harmonies of #F22C46
Complementary color
Monochromatic Colors of #F22C46
Black with #F22C46
Text Example
Text Example
White with #F22C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C46; }
p { color: rgb(242,44,70); }
H1.HeaderClassName
{
color: #F22C46;
}
.AnyTagClassName
{
color: #F22C46;
}
</style>
background-color css
<style>
a { background-color: #F22C46; }
a { background-color: rgb(242,44,70); }
div.DivClassName
{
background-color: #F22C46;
}
.BgClassName
{
background-color: #F22C46;
}
</style>
border-color css
<style>
span { border-color: #F22C46; }
span { border-color: rgb(242,44,70); }
td.TdClassName
{
border-color: #F22C46;
}
.TagClassName
{
border-color: #F22C46;
}
</style>