Shades of Torch Red #F50945
Tints of Torch Red #F50945
RGB
CMYK
RGB Variations
Color information
#F50945 (or 0xF50945) is known color: Torch Red. HEX triplet: F5, 09 and 45. RGB value is (245,9,69). Sum of RGB (Red+Green+Blue) = 245+9+69=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F50945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50945 is #0AF6BA. Grayscale: #565656. Windows color (decimal): -718523 or 4524533. OLE color: 4524533.
HSL color Cylindrical-coordinate representation of color #F50945: hue angle of 344.75º 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 #F50945 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.04 |
| HSL | 344.75º | 0.93% | 0.5% | - |
| HSV(B) | 344.75º | 0.96% | 0.96% | - |
| XYZ | 38.83 | 20.04 | 7.45 | - |
| YUV | 86.4 | 118.19 | 241.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 69 | 0 | 0.96 | 0.72 | 0.04 | 344.75 | 0.93 | 0.5 |
| Hex | F5 | 9 | 45 | 0 | 60 | 48 | 4 | 159 | 5D | 32 |
| Octal | 365 | 11 | 105 | 0 | 140 | 110 | 4 | 531 | 135 | 62 |
| Binary | 11110101 | 1001 | 1000101 | 0 | 1100000 | 1001000 | 100 | 101011001 | 1011101 | 110010 |
Color Harmonies of #F50945
Complementary color
Monochromatic Colors of #F50945
Black with #F50945
Text Example
Text Example
White with #F50945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50945; }
p { color: rgb(245,9,69); }
H1.HeaderClassName
{
color: #F50945;
}
.AnyTagClassName
{
color: #F50945;
}
</style>
background-color css
<style>
a { background-color: #F50945; }
a { background-color: rgb(245,9,69); }
div.DivClassName
{
background-color: #F50945;
}
.BgClassName
{
background-color: #F50945;
}
</style>
border-color css
<style>
span { border-color: #F50945; }
span { border-color: rgb(245,9,69); }
td.TdClassName
{
border-color: #F50945;
}
.TagClassName
{
border-color: #F50945;
}
</style>