Shades of Amaranth #F2245F
Tints of Amaranth #F2245F
RGB
CMYK
RGB Variations
Color information
#F2245F (or 0xF2245F) is known color: Amaranth. HEX triplet: F2, 24 and 5F. RGB value is (242,36,95). Sum of RGB (Red+Green+Blue) = 242+36+95=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2245F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2245F is #0DDBA0. Grayscale: #686868. Windows color (decimal): -908193 or 6235378. OLE color: 6235378.
HSL color Cylindrical-coordinate representation of color #F2245F: hue angle of 342.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2245F is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 95 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.05 |
| HSL | 342.82º | 0.89% | 0.55% | - |
| HSV(B) | 342.82º | 0.85% | 0.95% | - |
| XYZ | 39.31 | 20.97 | 12.8 | - |
| YUV | 104.32 | 122.75 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 95 | 0 | 0.85 | 0.61 | 0.05 | 342.82 | 0.89 | 0.55 |
| Hex | F2 | 24 | 5F | 0 | 55 | 3D | 5 | 157 | 59 | 37 |
| Octal | 362 | 44 | 137 | 0 | 125 | 75 | 5 | 527 | 131 | 67 |
| Binary | 11110010 | 100100 | 1011111 | 0 | 1010101 | 111101 | 101 | 101010111 | 1011001 | 110111 |
Color Harmonies of #F2245F
Complementary color
Monochromatic Colors of #F2245F
Black with #F2245F
Text Example
Text Example
White with #F2245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2245F; }
p { color: rgb(242,36,95); }
H1.HeaderClassName
{
color: #F2245F;
}
.AnyTagClassName
{
color: #F2245F;
}
</style>
background-color css
<style>
a { background-color: #F2245F; }
a { background-color: rgb(242,36,95); }
div.DivClassName
{
background-color: #F2245F;
}
.BgClassName
{
background-color: #F2245F;
}
</style>
border-color css
<style>
span { border-color: #F2245F; }
span { border-color: rgb(242,36,95); }
td.TdClassName
{
border-color: #F2245F;
}
.TagClassName
{
border-color: #F2245F;
}
</style>