Shades of Amaranth #F4245A
Tints of Amaranth #F4245A
RGB
CMYK
RGB Variations
Color information
#F4245A (or 0xF4245A) is known color: Amaranth. HEX triplet: F4, 24 and 5A. RGB value is (244,36,90). Sum of RGB (Red+Green+Blue) = 244+36+90=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4245A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4245A is #0BDBA5. Grayscale: #686868. Windows color (decimal): -777126 or 5907700. OLE color: 5907700.
HSL color Cylindrical-coordinate representation of color #F4245A: hue angle of 344.42º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4245A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 90 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.04 |
| HSL | 344.42º | 0.9% | 0.55% | - |
| HSV(B) | 344.42º | 0.85% | 0.96% | - |
| XYZ | 39.78 | 21.23 | 11.67 | - |
| YUV | 104.35 | 119.91 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 90 | 0 | 0.85 | 0.63 | 0.04 | 344.42 | 0.9 | 0.55 |
| Hex | F4 | 24 | 5A | 0 | 55 | 3F | 4 | 158 | 5A | 37 |
| Octal | 364 | 44 | 132 | 0 | 125 | 77 | 4 | 530 | 132 | 67 |
| Binary | 11110100 | 100100 | 1011010 | 0 | 1010101 | 111111 | 100 | 101011000 | 1011010 | 110111 |
Color Harmonies of #F4245A
Complementary color
Monochromatic Colors of #F4245A
Black with #F4245A
Text Example
Text Example
White with #F4245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4245A; }
p { color: rgb(244,36,90); }
H1.HeaderClassName
{
color: #F4245A;
}
.AnyTagClassName
{
color: #F4245A;
}
</style>
background-color css
<style>
a { background-color: #F4245A; }
a { background-color: rgb(244,36,90); }
div.DivClassName
{
background-color: #F4245A;
}
.BgClassName
{
background-color: #F4245A;
}
</style>
border-color css
<style>
span { border-color: #F4245A; }
span { border-color: rgb(244,36,90); }
td.TdClassName
{
border-color: #F4245A;
}
.TagClassName
{
border-color: #F4245A;
}
</style>