Shades of Amaranth #F4294B
Tints of Amaranth #F4294B
RGB
CMYK
RGB Variations
Color information
#F4294B (or 0xF4294B) is known color: Amaranth. HEX triplet: F4, 29 and 4B. RGB value is (244,41,75). Sum of RGB (Red+Green+Blue) = 244+41+75=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F4294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4294B is #0BD6B4. Grayscale: #696969. Windows color (decimal): -775861 or 4925940. OLE color: 4925940.
HSL color Cylindrical-coordinate representation of color #F4294B: hue angle of 349.95º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4294B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 75 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.04 |
| HSL | 349.95º | 0.9% | 0.56% | - |
| HSV(B) | 349.95º | 0.83% | 0.96% | - |
| XYZ | 39.37 | 21.33 | 8.7 | - |
| YUV | 105.57 | 110.75 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 75 | 0 | 0.83 | 0.69 | 0.04 | 349.95 | 0.9 | 0.56 |
| Hex | F4 | 29 | 4B | 0 | 53 | 45 | 4 | 15E | 5A | 38 |
| Octal | 364 | 51 | 113 | 0 | 123 | 105 | 4 | 536 | 132 | 70 |
| Binary | 11110100 | 101001 | 1001011 | 0 | 1010011 | 1000101 | 100 | 101011110 | 1011010 | 111000 |
Color Harmonies of #F4294B
Complementary color
Monochromatic Colors of #F4294B
Black with #F4294B
Text Example
Text Example
White with #F4294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4294B; }
p { color: rgb(244,41,75); }
H1.HeaderClassName
{
color: #F4294B;
}
.AnyTagClassName
{
color: #F4294B;
}
</style>
background-color css
<style>
a { background-color: #F4294B; }
a { background-color: rgb(244,41,75); }
div.DivClassName
{
background-color: #F4294B;
}
.BgClassName
{
background-color: #F4294B;
}
</style>
border-color css
<style>
span { border-color: #F4294B; }
span { border-color: rgb(244,41,75); }
td.TdClassName
{
border-color: #F4294B;
}
.TagClassName
{
border-color: #F4294B;
}
</style>