Shades of Amaranth #F42245
Tints of Amaranth #F42245
RGB
CMYK
RGB Variations
Color information
#F42245 (or 0xF42245) is known color: Amaranth. HEX triplet: F4, 22 and 45. RGB value is (244,34,69). Sum of RGB (Red+Green+Blue) = 244+34+69=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F42245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42245 is #0BDDBA. Grayscale: #646464. Windows color (decimal): -777659 or 4530932. OLE color: 4530932.
HSL color Cylindrical-coordinate representation of color #F42245: hue angle of 350º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42245 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 69 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.04 |
| HSL | 350º | 0.91% | 0.55% | - |
| HSV(B) | 350º | 0.86% | 0.96% | - |
| XYZ | 38.95 | 20.81 | 7.59 | - |
| YUV | 100.78 | 110.07 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 69 | 0 | 0.86 | 0.72 | 0.04 | 350 | 0.91 | 0.55 |
| Hex | F4 | 22 | 45 | 0 | 56 | 48 | 4 | 15E | 5B | 37 |
| Octal | 364 | 42 | 105 | 0 | 126 | 110 | 4 | 536 | 133 | 67 |
| Binary | 11110100 | 100010 | 1000101 | 0 | 1010110 | 1001000 | 100 | 101011110 | 1011011 | 110111 |
Color Harmonies of #F42245
Complementary color
Monochromatic Colors of #F42245
Black with #F42245
Text Example
Text Example
White with #F42245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42245; }
p { color: rgb(244,34,69); }
H1.HeaderClassName
{
color: #F42245;
}
.AnyTagClassName
{
color: #F42245;
}
</style>
background-color css
<style>
a { background-color: #F42245; }
a { background-color: rgb(244,34,69); }
div.DivClassName
{
background-color: #F42245;
}
.BgClassName
{
background-color: #F42245;
}
</style>
border-color css
<style>
span { border-color: #F42245; }
span { border-color: rgb(244,34,69); }
td.TdClassName
{
border-color: #F42245;
}
.TagClassName
{
border-color: #F42245;
}
</style>