Shades of Torch Red #F50946
Tints of Torch Red #F50946
RGB
CMYK
RGB Variations
Color information
#F50946 (or 0xF50946) is known color: Torch Red. HEX triplet: F5, 09 and 46. RGB value is (245,9,70). Sum of RGB (Red+Green+Blue) = 245+9+70=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F50946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50946 is #0AF6B9. Grayscale: #565656. Windows color (decimal): -718522 or 4590069. OLE color: 4590069.
HSL color Cylindrical-coordinate representation of color #F50946: hue angle of 344.49º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50946 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 70 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.04 |
| HSL | 344.49º | 0.93% | 0.5% | - |
| HSV(B) | 344.49º | 0.96% | 0.96% | - |
| XYZ | 38.86 | 20.05 | 7.62 | - |
| YUV | 86.52 | 118.69 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 70 | 0 | 0.96 | 0.71 | 0.04 | 344.49 | 0.93 | 0.5 |
| Hex | F5 | 9 | 46 | 0 | 60 | 47 | 4 | 158 | 5D | 32 |
| Octal | 365 | 11 | 106 | 0 | 140 | 107 | 4 | 530 | 135 | 62 |
| Binary | 11110101 | 1001 | 1000110 | 0 | 1100000 | 1000111 | 100 | 101011000 | 1011101 | 110010 |
Color Harmonies of #F50946
Complementary color
Monochromatic Colors of #F50946
Black with #F50946
Text Example
Text Example
White with #F50946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50946; }
p { color: rgb(245,9,70); }
H1.HeaderClassName
{
color: #F50946;
}
.AnyTagClassName
{
color: #F50946;
}
</style>
background-color css
<style>
a { background-color: #F50946; }
a { background-color: rgb(245,9,70); }
div.DivClassName
{
background-color: #F50946;
}
.BgClassName
{
background-color: #F50946;
}
</style>
border-color css
<style>
span { border-color: #F50946; }
span { border-color: rgb(245,9,70); }
td.TdClassName
{
border-color: #F50946;
}
.TagClassName
{
border-color: #F50946;
}
</style>