Shades of Amaranth #F03E4C
Tints of Amaranth #F03E4C
RGB
CMYK
RGB Variations
Color information
#F03E4C (or 0xF03E4C) is known color: Amaranth. HEX triplet: F0, 3E and 4C. RGB value is (240,62,76). Sum of RGB (Red+Green+Blue) = 240+62+76=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E4C is #0FC1B3. Grayscale: #747474. Windows color (decimal): -1032628 or 4996848. OLE color: 4996848.
HSL color Cylindrical-coordinate representation of color #F03E4C: hue angle of 355.28º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03E4C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 76 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.06 |
| HSL | 355.28º | 0.86% | 0.59% | - |
| HSV(B) | 355.28º | 0.74% | 0.94% | - |
| XYZ | 38.96 | 22.49 | 9.13 | - |
| YUV | 116.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 76 | 0 | 0.74 | 0.68 | 0.06 | 355.28 | 0.86 | 0.59 |
| Hex | F0 | 3E | 4C | 0 | 4A | 44 | 6 | 163 | 56 | 3B |
| Octal | 360 | 76 | 114 | 0 | 112 | 104 | 6 | 543 | 126 | 73 |
| Binary | 11110000 | 111110 | 1001100 | 0 | 1001010 | 1000100 | 110 | 101100011 | 1010110 | 111011 |
Color Harmonies of #F03E4C
Complementary color
Monochromatic Colors of #F03E4C
Black with #F03E4C
Text Example
Text Example
White with #F03E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03E4C; }
p { color: rgb(240,62,76); }
H1.HeaderClassName
{
color: #F03E4C;
}
.AnyTagClassName
{
color: #F03E4C;
}
</style>
background-color css
<style>
a { background-color: #F03E4C; }
a { background-color: rgb(240,62,76); }
div.DivClassName
{
background-color: #F03E4C;
}
.BgClassName
{
background-color: #F03E4C;
}
</style>
border-color css
<style>
span { border-color: #F03E4C; }
span { border-color: rgb(240,62,76); }
td.TdClassName
{
border-color: #F03E4C;
}
.TagClassName
{
border-color: #F03E4C;
}
</style>