Shades of Amaranth #F03647
Tints of Amaranth #F03647
RGB
CMYK
RGB Variations
Color information
#F03647 (or 0xF03647) is known color: Amaranth. HEX triplet: F0, 36 and 47. RGB value is (240,54,71). Sum of RGB (Red+Green+Blue) = 240+54+71=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F03647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03647 is #0FC9B8. Grayscale: #6F6F6F. Windows color (decimal): -1034681 or 4667120. OLE color: 4667120.
HSL color Cylindrical-coordinate representation of color #F03647: hue angle of 354.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03647 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 71 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.06 |
| HSL | 354.52º | 0.86% | 0.58% | - |
| HSV(B) | 354.52º | 0.78% | 0.94% | - |
| XYZ | 38.39 | 21.62 | 8.11 | - |
| YUV | 111.55 | 105.12 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 71 | 0 | 0.78 | 0.70 | 0.06 | 354.52 | 0.86 | 0.58 |
| Hex | F0 | 36 | 47 | 0 | 4E | 46 | 6 | 163 | 56 | 3A |
| Octal | 360 | 66 | 107 | 0 | 116 | 106 | 6 | 543 | 126 | 72 |
| Binary | 11110000 | 110110 | 1000111 | 0 | 1001110 | 1000110 | 110 | 101100011 | 1010110 | 111010 |
Color Harmonies of #F03647
Complementary color
Monochromatic Colors of #F03647
Black with #F03647
Text Example
Text Example
White with #F03647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03647; }
p { color: rgb(240,54,71); }
H1.HeaderClassName
{
color: #F03647;
}
.AnyTagClassName
{
color: #F03647;
}
</style>
background-color css
<style>
a { background-color: #F03647; }
a { background-color: rgb(240,54,71); }
div.DivClassName
{
background-color: #F03647;
}
.BgClassName
{
background-color: #F03647;
}
</style>
border-color css
<style>
span { border-color: #F03647; }
span { border-color: rgb(240,54,71); }
td.TdClassName
{
border-color: #F03647;
}
.TagClassName
{
border-color: #F03647;
}
</style>