Shades of Amaranth #F2274D
Tints of Amaranth #F2274D
RGB
CMYK
RGB Variations
Color information
#F2274D (or 0xF2274D) is known color: Amaranth. HEX triplet: F2, 27 and 4D. RGB value is (242,39,77). Sum of RGB (Red+Green+Blue) = 242+39+77=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2274D is #0DD8B2. Grayscale: #686868. Windows color (decimal): -907443 or 5056498. OLE color: 5056498.
HSL color Cylindrical-coordinate representation of color #F2274D: hue angle of 348.77º 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 #F2274D is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 77 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.05 |
| HSL | 348.77º | 0.89% | 0.55% | - |
| HSV(B) | 348.77º | 0.84% | 0.95% | - |
| XYZ | 38.68 | 20.86 | 9.01 | - |
| YUV | 104.03 | 112.75 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 77 | 0 | 0.84 | 0.68 | 0.05 | 348.77 | 0.89 | 0.55 |
| Hex | F2 | 27 | 4D | 0 | 54 | 44 | 5 | 15D | 59 | 37 |
| Octal | 362 | 47 | 115 | 0 | 124 | 104 | 5 | 535 | 131 | 67 |
| Binary | 11110010 | 100111 | 1001101 | 0 | 1010100 | 1000100 | 101 | 101011101 | 1011001 | 110111 |
Color Harmonies of #F2274D
Complementary color
Monochromatic Colors of #F2274D
Black with #F2274D
Text Example
Text Example
White with #F2274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2274D; }
p { color: rgb(242,39,77); }
H1.HeaderClassName
{
color: #F2274D;
}
.AnyTagClassName
{
color: #F2274D;
}
</style>
background-color css
<style>
a { background-color: #F2274D; }
a { background-color: rgb(242,39,77); }
div.DivClassName
{
background-color: #F2274D;
}
.BgClassName
{
background-color: #F2274D;
}
</style>
border-color css
<style>
span { border-color: #F2274D; }
span { border-color: rgb(242,39,77); }
td.TdClassName
{
border-color: #F2274D;
}
.TagClassName
{
border-color: #F2274D;
}
</style>