Shades of Amaranth #F03249
Tints of Amaranth #F03249
RGB
CMYK
RGB Variations
Color information
#F03249 (or 0xF03249) is known color: Amaranth. HEX triplet: F0, 32 and 49. RGB value is (240,50,73). Sum of RGB (Red+Green+Blue) = 240+50+73=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F03249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03249 is #0FCDB6. Grayscale: #6D6D6D. Windows color (decimal): -1035703 or 4797168. OLE color: 4797168.
HSL color Cylindrical-coordinate representation of color #F03249: hue angle of 352.74º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03249 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 73 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.06 |
| HSL | 352.74º | 0.86% | 0.57% | - |
| HSV(B) | 352.74º | 0.79% | 0.94% | - |
| XYZ | 38.28 | 21.29 | 8.39 | - |
| YUV | 109.43 | 107.45 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 73 | 0 | 0.79 | 0.70 | 0.06 | 352.74 | 0.86 | 0.57 |
| Hex | F0 | 32 | 49 | 0 | 4F | 46 | 6 | 161 | 56 | 39 |
| Octal | 360 | 62 | 111 | 0 | 117 | 106 | 6 | 541 | 126 | 71 |
| Binary | 11110000 | 110010 | 1001001 | 0 | 1001111 | 1000110 | 110 | 101100001 | 1010110 | 111001 |
Color Harmonies of #F03249
Complementary color
Monochromatic Colors of #F03249
Black with #F03249
Text Example
Text Example
White with #F03249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03249; }
p { color: rgb(240,50,73); }
H1.HeaderClassName
{
color: #F03249;
}
.AnyTagClassName
{
color: #F03249;
}
</style>
background-color css
<style>
a { background-color: #F03249; }
a { background-color: rgb(240,50,73); }
div.DivClassName
{
background-color: #F03249;
}
.BgClassName
{
background-color: #F03249;
}
</style>
border-color css
<style>
span { border-color: #F03249; }
span { border-color: rgb(240,50,73); }
td.TdClassName
{
border-color: #F03249;
}
.TagClassName
{
border-color: #F03249;
}
</style>