Shades of Amaranth #F2245C
Tints of Amaranth #F2245C
RGB
CMYK
RGB Variations
Color information
#F2245C (or 0xF2245C) is known color: Amaranth. HEX triplet: F2, 24 and 5C. RGB value is (242,36,92). Sum of RGB (Red+Green+Blue) = 242+36+92=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2245C is #0DDBA3. Grayscale: #676767. Windows color (decimal): -908196 or 6038770. OLE color: 6038770.
HSL color Cylindrical-coordinate representation of color #F2245C: hue angle of 343.69º 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 #F2245C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.05 |
| HSL | 343.69º | 0.89% | 0.55% | - |
| HSV(B) | 343.69º | 0.85% | 0.95% | - |
| XYZ | 39.18 | 20.91 | 12.1 | - |
| YUV | 103.98 | 121.25 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 92 | 0 | 0.85 | 0.62 | 0.05 | 343.69 | 0.89 | 0.55 |
| Hex | F2 | 24 | 5C | 0 | 55 | 3E | 5 | 158 | 59 | 37 |
| Octal | 362 | 44 | 134 | 0 | 125 | 76 | 5 | 530 | 131 | 67 |
| Binary | 11110010 | 100100 | 1011100 | 0 | 1010101 | 111110 | 101 | 101011000 | 1011001 | 110111 |
Color Harmonies of #F2245C
Complementary color
Monochromatic Colors of #F2245C
Black with #F2245C
Text Example
Text Example
White with #F2245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2245C; }
p { color: rgb(242,36,92); }
H1.HeaderClassName
{
color: #F2245C;
}
.AnyTagClassName
{
color: #F2245C;
}
</style>
background-color css
<style>
a { background-color: #F2245C; }
a { background-color: rgb(242,36,92); }
div.DivClassName
{
background-color: #F2245C;
}
.BgClassName
{
background-color: #F2245C;
}
</style>
border-color css
<style>
span { border-color: #F2245C; }
span { border-color: rgb(242,36,92); }
td.TdClassName
{
border-color: #F2245C;
}
.TagClassName
{
border-color: #F2245C;
}
</style>