Shades of Torch Red #F50849
Tints of Torch Red #F50849
RGB
CMYK
RGB Variations
Color information
#F50849 (or 0xF50849) is known color: Torch Red. HEX triplet: F5, 08 and 49. RGB value is (245,8,73). Sum of RGB (Red+Green+Blue) = 245+8+73=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F50849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50849 is #0AF7B6. Grayscale: #565656. Windows color (decimal): -718775 or 4786421. OLE color: 4786421.
HSL color Cylindrical-coordinate representation of color #F50849: hue angle of 343.54º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50849 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 73 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.04 |
| HSL | 343.54º | 0.94% | 0.5% | - |
| HSV(B) | 343.54º | 0.97% | 0.96% | - |
| XYZ | 38.95 | 20.07 | 8.12 | - |
| YUV | 86.27 | 120.52 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 73 | 0 | 0.97 | 0.70 | 0.04 | 343.54 | 0.94 | 0.5 |
| Hex | F5 | 8 | 49 | 0 | 61 | 46 | 4 | 158 | 5E | 32 |
| Octal | 365 | 10 | 111 | 0 | 141 | 106 | 4 | 530 | 136 | 62 |
| Binary | 11110101 | 1000 | 1001001 | 0 | 1100001 | 1000110 | 100 | 101011000 | 1011110 | 110010 |
Color Harmonies of #F50849
Complementary color
Monochromatic Colors of #F50849
Black with #F50849
Text Example
Text Example
White with #F50849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50849; }
p { color: rgb(245,8,73); }
H1.HeaderClassName
{
color: #F50849;
}
.AnyTagClassName
{
color: #F50849;
}
</style>
background-color css
<style>
a { background-color: #F50849; }
a { background-color: rgb(245,8,73); }
div.DivClassName
{
background-color: #F50849;
}
.BgClassName
{
background-color: #F50849;
}
</style>
border-color css
<style>
span { border-color: #F50849; }
span { border-color: rgb(245,8,73); }
td.TdClassName
{
border-color: #F50849;
}
.TagClassName
{
border-color: #F50849;
}
</style>