Shades of Amaranth #F4264A
Tints of Amaranth #F4264A
RGB
CMYK
RGB Variations
Color information
#F4264A (or 0xF4264A) is known color: Amaranth. HEX triplet: F4, 26 and 4A. RGB value is (244,38,74). Sum of RGB (Red+Green+Blue) = 244+38+74=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4264A is #0BD9B5. Grayscale: #676767. Windows color (decimal): -776630 or 4859636. OLE color: 4859636.
HSL color Cylindrical-coordinate representation of color #F4264A: hue angle of 349.51º 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 #F4264A is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 74 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.04 |
| HSL | 349.51º | 0.9% | 0.55% | - |
| HSV(B) | 349.51º | 0.84% | 0.96% | - |
| XYZ | 39.24 | 21.11 | 8.49 | - |
| YUV | 103.7 | 111.25 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 74 | 0 | 0.84 | 0.70 | 0.04 | 349.51 | 0.9 | 0.55 |
| Hex | F4 | 26 | 4A | 0 | 54 | 46 | 4 | 15E | 5A | 37 |
| Octal | 364 | 46 | 112 | 0 | 124 | 106 | 4 | 536 | 132 | 67 |
| Binary | 11110100 | 100110 | 1001010 | 0 | 1010100 | 1000110 | 100 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F4264A
Complementary color
Monochromatic Colors of #F4264A
Black with #F4264A
Text Example
Text Example
White with #F4264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4264A; }
p { color: rgb(244,38,74); }
H1.HeaderClassName
{
color: #F4264A;
}
.AnyTagClassName
{
color: #F4264A;
}
</style>
background-color css
<style>
a { background-color: #F4264A; }
a { background-color: rgb(244,38,74); }
div.DivClassName
{
background-color: #F4264A;
}
.BgClassName
{
background-color: #F4264A;
}
</style>
border-color css
<style>
span { border-color: #F4264A; }
span { border-color: rgb(244,38,74); }
td.TdClassName
{
border-color: #F4264A;
}
.TagClassName
{
border-color: #F4264A;
}
</style>