Shades of Amaranth #F42745
Tints of Amaranth #F42745
RGB
CMYK
RGB Variations
Color information
#F42745 (or 0xF42745) is known color: Amaranth. HEX triplet: F4, 27 and 45. RGB value is (244,39,69). Sum of RGB (Red+Green+Blue) = 244+39+69=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F42745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42745 is #0BD8BA. Grayscale: #676767. Windows color (decimal): -776379 or 4532212. OLE color: 4532212.
HSL color Cylindrical-coordinate representation of color #F42745: hue angle of 351.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42745 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 69 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.04 |
| HSL | 351.22º | 0.9% | 0.55% | - |
| HSV(B) | 351.22º | 0.84% | 0.96% | - |
| XYZ | 39.11 | 21.11 | 7.64 | - |
| YUV | 103.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 69 | 0 | 0.84 | 0.72 | 0.04 | 351.22 | 0.9 | 0.55 |
| Hex | F4 | 27 | 45 | 0 | 54 | 48 | 4 | 15F | 5A | 37 |
| Octal | 364 | 47 | 105 | 0 | 124 | 110 | 4 | 537 | 132 | 67 |
| Binary | 11110100 | 100111 | 1000101 | 0 | 1010100 | 1001000 | 100 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F42745
Complementary color
Monochromatic Colors of #F42745
Black with #F42745
Text Example
Text Example
White with #F42745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42745; }
p { color: rgb(244,39,69); }
H1.HeaderClassName
{
color: #F42745;
}
.AnyTagClassName
{
color: #F42745;
}
</style>
background-color css
<style>
a { background-color: #F42745; }
a { background-color: rgb(244,39,69); }
div.DivClassName
{
background-color: #F42745;
}
.BgClassName
{
background-color: #F42745;
}
</style>
border-color css
<style>
span { border-color: #F42745; }
span { border-color: rgb(244,39,69); }
td.TdClassName
{
border-color: #F42745;
}
.TagClassName
{
border-color: #F42745;
}
</style>