Shades of Amaranth #F2274F
Tints of Amaranth #F2274F
RGB
CMYK
RGB Variations
Color information
#F2274F (or 0xF2274F) is known color: Amaranth. HEX triplet: F2, 27 and 4F. RGB value is (242,39,79). Sum of RGB (Red+Green+Blue) = 242+39+79=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F2274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2274F is #0DD8B0. Grayscale: #686868. Windows color (decimal): -907441 or 5187570. OLE color: 5187570.
HSL color Cylindrical-coordinate representation of color #F2274F: hue angle of 348.18º 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 #F2274F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 79 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.05 |
| HSL | 348.18º | 0.89% | 0.55% | - |
| HSV(B) | 348.18º | 0.84% | 0.95% | - |
| XYZ | 38.75 | 20.89 | 9.39 | - |
| YUV | 104.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 79 | 0 | 0.84 | 0.67 | 0.05 | 348.18 | 0.89 | 0.55 |
| Hex | F2 | 27 | 4F | 0 | 54 | 43 | 5 | 15C | 59 | 37 |
| Octal | 362 | 47 | 117 | 0 | 124 | 103 | 5 | 534 | 131 | 67 |
| Binary | 11110010 | 100111 | 1001111 | 0 | 1010100 | 1000011 | 101 | 101011100 | 1011001 | 110111 |
Color Harmonies of #F2274F
Complementary color
Monochromatic Colors of #F2274F
Black with #F2274F
Text Example
Text Example
White with #F2274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2274F; }
p { color: rgb(242,39,79); }
H1.HeaderClassName
{
color: #F2274F;
}
.AnyTagClassName
{
color: #F2274F;
}
</style>
background-color css
<style>
a { background-color: #F2274F; }
a { background-color: rgb(242,39,79); }
div.DivClassName
{
background-color: #F2274F;
}
.BgClassName
{
background-color: #F2274F;
}
</style>
border-color css
<style>
span { border-color: #F2274F; }
span { border-color: rgb(242,39,79); }
td.TdClassName
{
border-color: #F2274F;
}
.TagClassName
{
border-color: #F2274F;
}
</style>