Shades of Amaranth #F2294A
Tints of Amaranth #F2294A
RGB
CMYK
RGB Variations
Color information
#F2294A (or 0xF2294A) is known color: Amaranth. HEX triplet: F2, 29 and 4A. RGB value is (242,41,74). Sum of RGB (Red+Green+Blue) = 242+41+74=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2294A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2294A is #0DD6B5. Grayscale: #686868. Windows color (decimal): -906934 or 4860402. OLE color: 4860402.
HSL color Cylindrical-coordinate representation of color #F2294A: hue angle of 350.15º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2294A is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 74 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.05 |
| HSL | 350.15º | 0.89% | 0.55% | - |
| HSV(B) | 350.15º | 0.83% | 0.95% | - |
| XYZ | 38.65 | 20.96 | 8.49 | - |
| YUV | 104.86 | 110.59 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 74 | 0 | 0.83 | 0.69 | 0.05 | 350.15 | 0.89 | 0.55 |
| Hex | F2 | 29 | 4A | 0 | 53 | 45 | 5 | 15E | 59 | 37 |
| Octal | 362 | 51 | 112 | 0 | 123 | 105 | 5 | 536 | 131 | 67 |
| Binary | 11110010 | 101001 | 1001010 | 0 | 1010011 | 1000101 | 101 | 101011110 | 1011001 | 110111 |
Color Harmonies of #F2294A
Complementary color
Monochromatic Colors of #F2294A
Black with #F2294A
Text Example
Text Example
White with #F2294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2294A; }
p { color: rgb(242,41,74); }
H1.HeaderClassName
{
color: #F2294A;
}
.AnyTagClassName
{
color: #F2294A;
}
</style>
background-color css
<style>
a { background-color: #F2294A; }
a { background-color: rgb(242,41,74); }
div.DivClassName
{
background-color: #F2294A;
}
.BgClassName
{
background-color: #F2294A;
}
</style>
border-color css
<style>
span { border-color: #F2294A; }
span { border-color: rgb(242,41,74); }
td.TdClassName
{
border-color: #F2294A;
}
.TagClassName
{
border-color: #F2294A;
}
</style>