Shades of Amaranth #F03D4D
Tints of Amaranth #F03D4D
RGB
CMYK
RGB Variations
Color information
#F03D4D (or 0xF03D4D) is known color: Amaranth. HEX triplet: F0, 3D and 4D. RGB value is (240,61,77). Sum of RGB (Red+Green+Blue) = 240+61+77=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D4D is #0FC2B2. Grayscale: #747474. Windows color (decimal): -1032883 or 5062128. OLE color: 5062128.
HSL color Cylindrical-coordinate representation of color #F03D4D: hue angle of 354.64º 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 #F03D4D is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 77 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.06 |
| HSL | 354.64º | 0.86% | 0.59% | - |
| HSV(B) | 354.64º | 0.75% | 0.94% | - |
| XYZ | 38.94 | 22.4 | 9.29 | - |
| YUV | 116.35 | 105.8 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 77 | 0 | 0.75 | 0.68 | 0.06 | 354.64 | 0.86 | 0.59 |
| Hex | F0 | 3D | 4D | 0 | 4B | 44 | 6 | 163 | 56 | 3B |
| Octal | 360 | 75 | 115 | 0 | 113 | 104 | 6 | 543 | 126 | 73 |
| Binary | 11110000 | 111101 | 1001101 | 0 | 1001011 | 1000100 | 110 | 101100011 | 1010110 | 111011 |
Color Harmonies of #F03D4D
Complementary color
Monochromatic Colors of #F03D4D
Black with #F03D4D
Text Example
Text Example
White with #F03D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D4D; }
p { color: rgb(240,61,77); }
H1.HeaderClassName
{
color: #F03D4D;
}
.AnyTagClassName
{
color: #F03D4D;
}
</style>
background-color css
<style>
a { background-color: #F03D4D; }
a { background-color: rgb(240,61,77); }
div.DivClassName
{
background-color: #F03D4D;
}
.BgClassName
{
background-color: #F03D4D;
}
</style>
border-color css
<style>
span { border-color: #F03D4D; }
span { border-color: rgb(240,61,77); }
td.TdClassName
{
border-color: #F03D4D;
}
.TagClassName
{
border-color: #F03D4D;
}
</style>