Shades of Amaranth #F4274A
Tints of Amaranth #F4274A
RGB
CMYK
RGB Variations
Color information
#F4274A (or 0xF4274A) is known color: Amaranth. HEX triplet: F4, 27 and 4A. RGB value is (244,39,74). Sum of RGB (Red+Green+Blue) = 244+39+74=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F4274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4274A is #0BD8B5. Grayscale: #686868. Windows color (decimal): -776374 or 4859892. OLE color: 4859892.
HSL color Cylindrical-coordinate representation of color #F4274A: hue angle of 349.76º 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 #F4274A is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 74 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.04 |
| HSL | 349.76º | 0.9% | 0.55% | - |
| HSV(B) | 349.76º | 0.84% | 0.96% | - |
| XYZ | 39.27 | 21.18 | 8.5 | - |
| YUV | 104.29 | 110.92 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 74 | 0 | 0.84 | 0.70 | 0.04 | 349.76 | 0.9 | 0.55 |
| Hex | F4 | 27 | 4A | 0 | 54 | 46 | 4 | 15E | 5A | 37 |
| Octal | 364 | 47 | 112 | 0 | 124 | 106 | 4 | 536 | 132 | 67 |
| Binary | 11110100 | 100111 | 1001010 | 0 | 1010100 | 1000110 | 100 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F4274A
Complementary color
Monochromatic Colors of #F4274A
Black with #F4274A
Text Example
Text Example
White with #F4274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4274A; }
p { color: rgb(244,39,74); }
H1.HeaderClassName
{
color: #F4274A;
}
.AnyTagClassName
{
color: #F4274A;
}
</style>
background-color css
<style>
a { background-color: #F4274A; }
a { background-color: rgb(244,39,74); }
div.DivClassName
{
background-color: #F4274A;
}
.BgClassName
{
background-color: #F4274A;
}
</style>
border-color css
<style>
span { border-color: #F4274A; }
span { border-color: rgb(244,39,74); }
td.TdClassName
{
border-color: #F4274A;
}
.TagClassName
{
border-color: #F4274A;
}
</style>