Shades of Amaranth #F03057
Tints of Amaranth #F03057
RGB
CMYK
RGB Variations
Color information
#F03057 (or 0xF03057) is known color: Amaranth. HEX triplet: F0, 30 and 57. RGB value is (240,48,87). Sum of RGB (Red+Green+Blue) = 240+48+87=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F03057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03057 is #0FCFA8. Grayscale: #6D6D6D. Windows color (decimal): -1036201 or 5714160. OLE color: 5714160.
HSL color Cylindrical-coordinate representation of color #F03057: hue angle of 347.81º 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 #F03057 is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 87 | - |
| CMYK | 0 | 0.8 | 0.64 | 0.06 |
| HSL | 347.81º | 0.86% | 0.56% | - |
| HSV(B) | 347.81º | 0.8% | 0.94% | - |
| XYZ | 38.71 | 21.33 | 11.09 | - |
| YUV | 109.85 | 115.11 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 87 | 0 | 0.8 | 0.64 | 0.06 | 347.81 | 0.86 | 0.56 |
| Hex | F0 | 30 | 57 | 0 | 50 | 40 | 6 | 15C | 56 | 38 |
| Octal | 360 | 60 | 127 | 0 | 120 | 100 | 6 | 534 | 126 | 70 |
| Binary | 11110000 | 110000 | 1010111 | 0 | 1010000 | 1000000 | 110 | 101011100 | 1010110 | 111000 |
Color Harmonies of #F03057
Complementary color
Monochromatic Colors of #F03057
Black with #F03057
Text Example
Text Example
White with #F03057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03057; }
p { color: rgb(240,48,87); }
H1.HeaderClassName
{
color: #F03057;
}
.AnyTagClassName
{
color: #F03057;
}
</style>
background-color css
<style>
a { background-color: #F03057; }
a { background-color: rgb(240,48,87); }
div.DivClassName
{
background-color: #F03057;
}
.BgClassName
{
background-color: #F03057;
}
</style>
border-color css
<style>
span { border-color: #F03057; }
span { border-color: rgb(240,48,87); }
td.TdClassName
{
border-color: #F03057;
}
.TagClassName
{
border-color: #F03057;
}
</style>