Shades of Amaranth #F22C4D
Tints of Amaranth #F22C4D
RGB
CMYK
RGB Variations
Color information
#F22C4D (or 0xF22C4D) is known color: Amaranth. HEX triplet: F2, 2C and 4D. RGB value is (242,44,77). Sum of RGB (Red+Green+Blue) = 242+44+77=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C4D is #0DD3B2. Grayscale: #6B6B6B. Windows color (decimal): -906163 or 5057778. OLE color: 5057778.
HSL color Cylindrical-coordinate representation of color #F22C4D: hue angle of 350º 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 #F22C4D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 77 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.05 |
| HSL | 350º | 0.88% | 0.56% | - |
| HSV(B) | 350º | 0.82% | 0.95% | - |
| XYZ | 38.86 | 21.21 | 9.07 | - |
| YUV | 106.96 | 111.1 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 77 | 0 | 0.82 | 0.68 | 0.05 | 350 | 0.88 | 0.56 |
| Hex | F2 | 2C | 4D | 0 | 52 | 44 | 5 | 15E | 58 | 38 |
| Octal | 362 | 54 | 115 | 0 | 122 | 104 | 5 | 536 | 130 | 70 |
| Binary | 11110010 | 101100 | 1001101 | 0 | 1010010 | 1000100 | 101 | 101011110 | 1011000 | 111000 |
Color Harmonies of #F22C4D
Complementary color
Monochromatic Colors of #F22C4D
Black with #F22C4D
Text Example
Text Example
White with #F22C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C4D; }
p { color: rgb(242,44,77); }
H1.HeaderClassName
{
color: #F22C4D;
}
.AnyTagClassName
{
color: #F22C4D;
}
</style>
background-color css
<style>
a { background-color: #F22C4D; }
a { background-color: rgb(242,44,77); }
div.DivClassName
{
background-color: #F22C4D;
}
.BgClassName
{
background-color: #F22C4D;
}
</style>
border-color css
<style>
span { border-color: #F22C4D; }
span { border-color: rgb(242,44,77); }
td.TdClassName
{
border-color: #F22C4D;
}
.TagClassName
{
border-color: #F22C4D;
}
</style>