Shades of Amaranth #F42C45
Tints of Amaranth #F42C45
RGB
CMYK
RGB Variations
Color information
#F42C45 (or 0xF42C45) is known color: Amaranth. HEX triplet: F4, 2C and 45. RGB value is (244,44,69). Sum of RGB (Red+Green+Blue) = 244+44+69=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42C45 is #0BD3BA. Grayscale: #6A6A6A. Windows color (decimal): -775099 or 4533492. OLE color: 4533492.
HSL color Cylindrical-coordinate representation of color #F42C45: hue angle of 352.5º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42C45 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 69 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.04 |
| HSL | 352.5º | 0.9% | 0.56% | - |
| HSV(B) | 352.5º | 0.82% | 0.96% | - |
| XYZ | 39.28 | 21.46 | 7.7 | - |
| YUV | 106.65 | 106.76 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 69 | 0 | 0.82 | 0.72 | 0.04 | 352.5 | 0.9 | 0.56 |
| Hex | F4 | 2C | 45 | 0 | 52 | 48 | 4 | 160 | 5A | 38 |
| Octal | 364 | 54 | 105 | 0 | 122 | 110 | 4 | 540 | 132 | 70 |
| Binary | 11110100 | 101100 | 1000101 | 0 | 1010010 | 1001000 | 100 | 101100000 | 1011010 | 111000 |
Color Harmonies of #F42C45
Complementary color
Monochromatic Colors of #F42C45
Black with #F42C45
Text Example
Text Example
White with #F42C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42C45; }
p { color: rgb(244,44,69); }
H1.HeaderClassName
{
color: #F42C45;
}
.AnyTagClassName
{
color: #F42C45;
}
</style>
background-color css
<style>
a { background-color: #F42C45; }
a { background-color: rgb(244,44,69); }
div.DivClassName
{
background-color: #F42C45;
}
.BgClassName
{
background-color: #F42C45;
}
</style>
border-color css
<style>
span { border-color: #F42C45; }
span { border-color: rgb(244,44,69); }
td.TdClassName
{
border-color: #F42C45;
}
.TagClassName
{
border-color: #F42C45;
}
</style>