Shades of Torch Red #F50941
Tints of Torch Red #F50941
RGB
CMYK
RGB Variations
Color information
#F50941 (or 0xF50941) is known color: Torch Red. HEX triplet: F5, 09 and 41. RGB value is (245,9,65). Sum of RGB (Red+Green+Blue) = 245+9+65=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F50941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50941 is #0AF6BE. Grayscale: #555555. Windows color (decimal): -718527 or 4262389. OLE color: 4262389.
HSL color Cylindrical-coordinate representation of color #F50941: hue angle of 345.76º 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 #F50941 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 65 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.04 |
| HSL | 345.76º | 0.93% | 0.5% | - |
| HSV(B) | 345.76º | 0.96% | 0.96% | - |
| XYZ | 38.71 | 19.99 | 6.82 | - |
| YUV | 85.95 | 116.19 | 241.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 65 | 0 | 0.96 | 0.73 | 0.04 | 345.76 | 0.93 | 0.5 |
| Hex | F5 | 9 | 41 | 0 | 60 | 49 | 4 | 15A | 5D | 32 |
| Octal | 365 | 11 | 101 | 0 | 140 | 111 | 4 | 532 | 135 | 62 |
| Binary | 11110101 | 1001 | 1000001 | 0 | 1100000 | 1001001 | 100 | 101011010 | 1011101 | 110010 |
Color Harmonies of #F50941
Complementary color
Monochromatic Colors of #F50941
Black with #F50941
Text Example
Text Example
White with #F50941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50941; }
p { color: rgb(245,9,65); }
H1.HeaderClassName
{
color: #F50941;
}
.AnyTagClassName
{
color: #F50941;
}
</style>
background-color css
<style>
a { background-color: #F50941; }
a { background-color: rgb(245,9,65); }
div.DivClassName
{
background-color: #F50941;
}
.BgClassName
{
background-color: #F50941;
}
</style>
border-color css
<style>
span { border-color: #F50941; }
span { border-color: rgb(245,9,65); }
td.TdClassName
{
border-color: #F50941;
}
.TagClassName
{
border-color: #F50941;
}
</style>