Shades of Amaranth #F03952
Tints of Amaranth #F03952
RGB
CMYK
RGB Variations
Color information
#F03952 (or 0xF03952) is known color: Amaranth. HEX triplet: F0, 39 and 52. RGB value is (240,57,82). Sum of RGB (Red+Green+Blue) = 240+57+82=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F03952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03952 is #0FC6AD. Grayscale: #727272. Windows color (decimal): -1033902 or 5388784. OLE color: 5388784.
HSL color Cylindrical-coordinate representation of color #F03952: hue angle of 351.8º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03952 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 82 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.06 |
| HSL | 351.8º | 0.86% | 0.58% | - |
| HSV(B) | 351.8º | 0.76% | 0.94% | - |
| XYZ | 38.92 | 22.06 | 10.19 | - |
| YUV | 114.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 82 | 0 | 0.76 | 0.66 | 0.06 | 351.8 | 0.86 | 0.58 |
| Hex | F0 | 39 | 52 | 0 | 4C | 42 | 6 | 160 | 56 | 3A |
| Octal | 360 | 71 | 122 | 0 | 114 | 102 | 6 | 540 | 126 | 72 |
| Binary | 11110000 | 111001 | 1010010 | 0 | 1001100 | 1000010 | 110 | 101100000 | 1010110 | 111010 |
Color Harmonies of #F03952
Complementary color
Monochromatic Colors of #F03952
Black with #F03952
Text Example
Text Example
White with #F03952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03952; }
p { color: rgb(240,57,82); }
H1.HeaderClassName
{
color: #F03952;
}
.AnyTagClassName
{
color: #F03952;
}
</style>
background-color css
<style>
a { background-color: #F03952; }
a { background-color: rgb(240,57,82); }
div.DivClassName
{
background-color: #F03952;
}
.BgClassName
{
background-color: #F03952;
}
</style>
border-color css
<style>
span { border-color: #F03952; }
span { border-color: rgb(240,57,82); }
td.TdClassName
{
border-color: #F03952;
}
.TagClassName
{
border-color: #F03952;
}
</style>