Shades of Amaranth #F0414A
Tints of Amaranth #F0414A
RGB
CMYK
RGB Variations
Color information
#F0414A (or 0xF0414A) is known color: Amaranth. HEX triplet: F0, 41 and 4A. RGB value is (240,65,74). Sum of RGB (Red+Green+Blue) = 240+65+74=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F0414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0414A is #0FBEB5. Grayscale: #767676. Windows color (decimal): -1031862 or 4866544. OLE color: 4866544.
HSL color Cylindrical-coordinate representation of color #F0414A: hue angle of 356.91º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0414A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 74 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.06 |
| HSL | 356.91º | 0.85% | 0.6% | - |
| HSV(B) | 356.91º | 0.73% | 0.94% | - |
| XYZ | 39.06 | 22.8 | 8.82 | - |
| YUV | 118.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 74 | 0 | 0.73 | 0.69 | 0.06 | 356.91 | 0.85 | 0.6 |
| Hex | F0 | 41 | 4A | 0 | 49 | 45 | 6 | 165 | 55 | 3C |
| Octal | 360 | 101 | 112 | 0 | 111 | 105 | 6 | 545 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1001010 | 0 | 1001001 | 1000101 | 110 | 101100101 | 1010101 | 111100 |
Color Harmonies of #F0414A
Complementary color
Monochromatic Colors of #F0414A
Black with #F0414A
Text Example
Text Example
White with #F0414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0414A; }
p { color: rgb(240,65,74); }
H1.HeaderClassName
{
color: #F0414A;
}
.AnyTagClassName
{
color: #F0414A;
}
</style>
background-color css
<style>
a { background-color: #F0414A; }
a { background-color: rgb(240,65,74); }
div.DivClassName
{
background-color: #F0414A;
}
.BgClassName
{
background-color: #F0414A;
}
</style>
border-color css
<style>
span { border-color: #F0414A; }
span { border-color: rgb(240,65,74); }
td.TdClassName
{
border-color: #F0414A;
}
.TagClassName
{
border-color: #F0414A;
}
</style>