Shades of Amaranth #F03C52
Tints of Amaranth #F03C52
RGB
CMYK
RGB Variations
Color information
#F03C52 (or 0xF03C52) is known color: Amaranth. HEX triplet: F0, 3C and 52. RGB value is (240,60,82). Sum of RGB (Red+Green+Blue) = 240+60+82=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C52 is #0FC3AD. Grayscale: #747474. Windows color (decimal): -1033134 or 5389552. OLE color: 5389552.
HSL color Cylindrical-coordinate representation of color #F03C52: hue angle of 352.67º 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 #F03C52 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 82 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.06 |
| HSL | 352.67º | 0.86% | 0.59% | - |
| HSV(B) | 352.67º | 0.75% | 0.94% | - |
| XYZ | 39.07 | 22.37 | 10.24 | - |
| YUV | 116.33 | 108.63 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 82 | 0 | 0.75 | 0.66 | 0.06 | 352.67 | 0.86 | 0.59 |
| Hex | F0 | 3C | 52 | 0 | 4B | 42 | 6 | 161 | 56 | 3B |
| Octal | 360 | 74 | 122 | 0 | 113 | 102 | 6 | 541 | 126 | 73 |
| Binary | 11110000 | 111100 | 1010010 | 0 | 1001011 | 1000010 | 110 | 101100001 | 1010110 | 111011 |
Color Harmonies of #F03C52
Complementary color
Monochromatic Colors of #F03C52
Black with #F03C52
Text Example
Text Example
White with #F03C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C52; }
p { color: rgb(240,60,82); }
H1.HeaderClassName
{
color: #F03C52;
}
.AnyTagClassName
{
color: #F03C52;
}
</style>
background-color css
<style>
a { background-color: #F03C52; }
a { background-color: rgb(240,60,82); }
div.DivClassName
{
background-color: #F03C52;
}
.BgClassName
{
background-color: #F03C52;
}
</style>
border-color css
<style>
span { border-color: #F03C52; }
span { border-color: rgb(240,60,82); }
td.TdClassName
{
border-color: #F03C52;
}
.TagClassName
{
border-color: #F03C52;
}
</style>