Shades of Amaranth #F22745
Tints of Amaranth #F22745
RGB
CMYK
RGB Variations
Color information
#F22745 (or 0xF22745) is known color: Amaranth. HEX triplet: F2, 27 and 45. RGB value is (242,39,69). Sum of RGB (Red+Green+Blue) = 242+39+69=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F22745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22745 is #0DD8BA. Grayscale: #676767. Windows color (decimal): -907451 or 4532210. OLE color: 4532210.
HSL color Cylindrical-coordinate representation of color #F22745: hue angle of 351.13º 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 #F22745 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 69 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.05 |
| HSL | 351.13º | 0.89% | 0.55% | - |
| HSV(B) | 351.13º | 0.84% | 0.95% | - |
| XYZ | 38.42 | 20.76 | 7.61 | - |
| YUV | 103.12 | 108.75 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 69 | 0 | 0.84 | 0.71 | 0.05 | 351.13 | 0.89 | 0.55 |
| Hex | F2 | 27 | 45 | 0 | 54 | 47 | 5 | 15F | 59 | 37 |
| Octal | 362 | 47 | 105 | 0 | 124 | 107 | 5 | 537 | 131 | 67 |
| Binary | 11110010 | 100111 | 1000101 | 0 | 1010100 | 1000111 | 101 | 101011111 | 1011001 | 110111 |
Color Harmonies of #F22745
Complementary color
Monochromatic Colors of #F22745
Black with #F22745
Text Example
Text Example
White with #F22745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22745; }
p { color: rgb(242,39,69); }
H1.HeaderClassName
{
color: #F22745;
}
.AnyTagClassName
{
color: #F22745;
}
</style>
background-color css
<style>
a { background-color: #F22745; }
a { background-color: rgb(242,39,69); }
div.DivClassName
{
background-color: #F22745;
}
.BgClassName
{
background-color: #F22745;
}
</style>
border-color css
<style>
span { border-color: #F22745; }
span { border-color: rgb(242,39,69); }
td.TdClassName
{
border-color: #F22745;
}
.TagClassName
{
border-color: #F22745;
}
</style>