Shades of Amaranth #F03D4E
Tints of Amaranth #F03D4E
RGB
CMYK
RGB Variations
Color information
#F03D4E (or 0xF03D4E) is known color: Amaranth. HEX triplet: F0, 3D and 4E. RGB value is (240,61,78). Sum of RGB (Red+Green+Blue) = 240+61+78=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D4E is #0FC2B1. Grayscale: #747474. Windows color (decimal): -1032882 or 5127664. OLE color: 5127664.
HSL color Cylindrical-coordinate representation of color #F03D4E: hue angle of 354.3º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03D4E is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 78 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.06 |
| HSL | 354.3º | 0.86% | 0.59% | - |
| HSV(B) | 354.3º | 0.75% | 0.94% | - |
| XYZ | 38.98 | 22.41 | 9.48 | - |
| YUV | 116.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 78 | 0 | 0.75 | 0.68 | 0.06 | 354.3 | 0.86 | 0.59 |
| Hex | F0 | 3D | 4E | 0 | 4B | 44 | 6 | 162 | 56 | 3B |
| Octal | 360 | 75 | 116 | 0 | 113 | 104 | 6 | 542 | 126 | 73 |
| Binary | 11110000 | 111101 | 1001110 | 0 | 1001011 | 1000100 | 110 | 101100010 | 1010110 | 111011 |
Color Harmonies of #F03D4E
Complementary color
Monochromatic Colors of #F03D4E
Black with #F03D4E
Text Example
Text Example
White with #F03D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D4E; }
p { color: rgb(240,61,78); }
H1.HeaderClassName
{
color: #F03D4E;
}
.AnyTagClassName
{
color: #F03D4E;
}
</style>
background-color css
<style>
a { background-color: #F03D4E; }
a { background-color: rgb(240,61,78); }
div.DivClassName
{
background-color: #F03D4E;
}
.BgClassName
{
background-color: #F03D4E;
}
</style>
border-color css
<style>
span { border-color: #F03D4E; }
span { border-color: rgb(240,61,78); }
td.TdClassName
{
border-color: #F03D4E;
}
.TagClassName
{
border-color: #F03D4E;
}
</style>