Shades of Amaranth #F2245D
Tints of Amaranth #F2245D
RGB
CMYK
RGB Variations
Color information
#F2245D (or 0xF2245D) is known color: Amaranth. HEX triplet: F2, 24 and 5D. RGB value is (242,36,93). Sum of RGB (Red+Green+Blue) = 242+36+93=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2245D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2245D is #0DDBA2. Grayscale: #686868. Windows color (decimal): -908195 or 6104306. OLE color: 6104306.
HSL color Cylindrical-coordinate representation of color #F2245D: hue angle of 343.4º 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 #F2245D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 93 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.05 |
| HSL | 343.4º | 0.89% | 0.55% | - |
| HSV(B) | 343.4º | 0.85% | 0.95% | - |
| XYZ | 39.22 | 20.93 | 12.33 | - |
| YUV | 104.09 | 121.75 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 93 | 0 | 0.85 | 0.62 | 0.05 | 343.4 | 0.89 | 0.55 |
| Hex | F2 | 24 | 5D | 0 | 55 | 3E | 5 | 157 | 59 | 37 |
| Octal | 362 | 44 | 135 | 0 | 125 | 76 | 5 | 527 | 131 | 67 |
| Binary | 11110010 | 100100 | 1011101 | 0 | 1010101 | 111110 | 101 | 101010111 | 1011001 | 110111 |
Color Harmonies of #F2245D
Complementary color
Monochromatic Colors of #F2245D
Black with #F2245D
Text Example
Text Example
White with #F2245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2245D; }
p { color: rgb(242,36,93); }
H1.HeaderClassName
{
color: #F2245D;
}
.AnyTagClassName
{
color: #F2245D;
}
</style>
background-color css
<style>
a { background-color: #F2245D; }
a { background-color: rgb(242,36,93); }
div.DivClassName
{
background-color: #F2245D;
}
.BgClassName
{
background-color: #F2245D;
}
</style>
border-color css
<style>
span { border-color: #F2245D; }
span { border-color: rgb(242,36,93); }
td.TdClassName
{
border-color: #F2245D;
}
.TagClassName
{
border-color: #F2245D;
}
</style>