Shades of Amaranth #F03053
Tints of Amaranth #F03053
RGB
CMYK
RGB Variations
Color information
#F03053 (or 0xF03053) is known color: Amaranth. HEX triplet: F0, 30 and 53. RGB value is (240,48,83). Sum of RGB (Red+Green+Blue) = 240+48+83=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F03053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03053 is #0FCFAC. Grayscale: #6D6D6D. Windows color (decimal): -1036205 or 5452016. OLE color: 5452016.
HSL color Cylindrical-coordinate representation of color #F03053: hue angle of 349.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03053 is Cyan = 0, Magento = 0.8, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 83 | - |
| CMYK | 0 | 0.8 | 0.65 | 0.06 |
| HSL | 349.06º | 0.86% | 0.56% | - |
| HSV(B) | 349.06º | 0.8% | 0.94% | - |
| XYZ | 38.55 | 21.26 | 10.26 | - |
| YUV | 109.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 83 | 0 | 0.8 | 0.65 | 0.06 | 349.06 | 0.86 | 0.56 |
| Hex | F0 | 30 | 53 | 0 | 50 | 41 | 6 | 15D | 56 | 38 |
| Octal | 360 | 60 | 123 | 0 | 120 | 101 | 6 | 535 | 126 | 70 |
| Binary | 11110000 | 110000 | 1010011 | 0 | 1010000 | 1000001 | 110 | 101011101 | 1010110 | 111000 |
Color Harmonies of #F03053
Complementary color
Monochromatic Colors of #F03053
Black with #F03053
Text Example
Text Example
White with #F03053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03053; }
p { color: rgb(240,48,83); }
H1.HeaderClassName
{
color: #F03053;
}
.AnyTagClassName
{
color: #F03053;
}
</style>
background-color css
<style>
a { background-color: #F03053; }
a { background-color: rgb(240,48,83); }
div.DivClassName
{
background-color: #F03053;
}
.BgClassName
{
background-color: #F03053;
}
</style>
border-color css
<style>
span { border-color: #F03053; }
span { border-color: rgb(240,48,83); }
td.TdClassName
{
border-color: #F03053;
}
.TagClassName
{
border-color: #F03053;
}
</style>