Shades of Amaranth #F03D4C
Tints of Amaranth #F03D4C
RGB
CMYK
RGB Variations
Color information
#F03D4C (or 0xF03D4C) is known color: Amaranth. HEX triplet: F0, 3D and 4C. RGB value is (240,61,76). Sum of RGB (Red+Green+Blue) = 240+61+76=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D4C is #0FC2B3. Grayscale: #747474. Windows color (decimal): -1032884 or 4996592. OLE color: 4996592.
HSL color Cylindrical-coordinate representation of color #F03D4C: hue angle of 354.97º 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 #F03D4C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 76 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.06 |
| HSL | 354.97º | 0.86% | 0.59% | - |
| HSV(B) | 354.97º | 0.75% | 0.94% | - |
| XYZ | 38.91 | 22.38 | 9.11 | - |
| YUV | 116.23 | 105.3 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 76 | 0 | 0.75 | 0.68 | 0.06 | 354.97 | 0.86 | 0.59 |
| Hex | F0 | 3D | 4C | 0 | 4B | 44 | 6 | 163 | 56 | 3B |
| Octal | 360 | 75 | 114 | 0 | 113 | 104 | 6 | 543 | 126 | 73 |
| Binary | 11110000 | 111101 | 1001100 | 0 | 1001011 | 1000100 | 110 | 101100011 | 1010110 | 111011 |
Color Harmonies of #F03D4C
Complementary color
Monochromatic Colors of #F03D4C
Black with #F03D4C
Text Example
Text Example
White with #F03D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D4C; }
p { color: rgb(240,61,76); }
H1.HeaderClassName
{
color: #F03D4C;
}
.AnyTagClassName
{
color: #F03D4C;
}
</style>
background-color css
<style>
a { background-color: #F03D4C; }
a { background-color: rgb(240,61,76); }
div.DivClassName
{
background-color: #F03D4C;
}
.BgClassName
{
background-color: #F03D4C;
}
</style>
border-color css
<style>
span { border-color: #F03D4C; }
span { border-color: rgb(240,61,76); }
td.TdClassName
{
border-color: #F03D4C;
}
.TagClassName
{
border-color: #F03D4C;
}
</style>