Shades of Amaranth #F03045
Tints of Amaranth #F03045
RGB
CMYK
RGB Variations
Color information
#F03045 (or 0xF03045) is known color: Amaranth. HEX triplet: F0, 30 and 45. RGB value is (240,48,69). Sum of RGB (Red+Green+Blue) = 240+48+69=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F03045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03045 is #0FCFBA. Grayscale: #6B6B6B. Windows color (decimal): -1036219 or 4534512. OLE color: 4534512.
HSL color Cylindrical-coordinate representation of color #F03045: hue angle of 353.44º 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 #F03045 is Cyan = 0, Magento = 0.8, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 69 | - |
| CMYK | 0 | 0.8 | 0.71 | 0.06 |
| HSL | 353.44º | 0.86% | 0.56% | - |
| HSV(B) | 353.44º | 0.8% | 0.94% | - |
| XYZ | 38.07 | 21.07 | 7.69 | - |
| YUV | 107.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 69 | 0 | 0.8 | 0.71 | 0.06 | 353.44 | 0.86 | 0.56 |
| Hex | F0 | 30 | 45 | 0 | 50 | 47 | 6 | 161 | 56 | 38 |
| Octal | 360 | 60 | 105 | 0 | 120 | 107 | 6 | 541 | 126 | 70 |
| Binary | 11110000 | 110000 | 1000101 | 0 | 1010000 | 1000111 | 110 | 101100001 | 1010110 | 111000 |
Color Harmonies of #F03045
Complementary color
Monochromatic Colors of #F03045
Black with #F03045
Text Example
Text Example
White with #F03045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03045; }
p { color: rgb(240,48,69); }
H1.HeaderClassName
{
color: #F03045;
}
.AnyTagClassName
{
color: #F03045;
}
</style>
background-color css
<style>
a { background-color: #F03045; }
a { background-color: rgb(240,48,69); }
div.DivClassName
{
background-color: #F03045;
}
.BgClassName
{
background-color: #F03045;
}
</style>
border-color css
<style>
span { border-color: #F03045; }
span { border-color: rgb(240,48,69); }
td.TdClassName
{
border-color: #F03045;
}
.TagClassName
{
border-color: #F03045;
}
</style>