Shades of Torch Red #F50347
Tints of Torch Red #F50347
RGB
CMYK
RGB Variations
Color information
#F50347 (or 0xF50347) is known color: Torch Red. HEX triplet: F5, 03 and 47. RGB value is (245,3,71). Sum of RGB (Red+Green+Blue) = 245+3+71=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F50347 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50347 is #0AFCB8. Grayscale: #535353. Windows color (decimal): -720057 or 4654069. OLE color: 4654069.
HSL color Cylindrical-coordinate representation of color #F50347: hue angle of 343.14º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50347 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 71 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.04 |
| HSL | 343.14º | 0.98% | 0.49% | - |
| HSV(B) | 343.14º | 0.99% | 0.96% | - |
| XYZ | 38.83 | 19.93 | 7.76 | - |
| YUV | 83.11 | 121.17 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 71 | 0 | 0.99 | 0.71 | 0.04 | 343.14 | 0.98 | 0.49 |
| Hex | F5 | 3 | 47 | 0 | 63 | 47 | 4 | 157 | 62 | 31 |
| Octal | 365 | 3 | 107 | 0 | 143 | 107 | 4 | 527 | 142 | 61 |
| Binary | 11110101 | 11 | 1000111 | 0 | 1100011 | 1000111 | 100 | 101010111 | 1100010 | 110001 |
Color Harmonies of #F50347
Complementary color
Monochromatic Colors of #F50347
Black with #F50347
Text Example
Text Example
White with #F50347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50347; }
p { color: rgb(245,3,71); }
H1.HeaderClassName
{
color: #F50347;
}
.AnyTagClassName
{
color: #F50347;
}
</style>
background-color css
<style>
a { background-color: #F50347; }
a { background-color: rgb(245,3,71); }
div.DivClassName
{
background-color: #F50347;
}
.BgClassName
{
background-color: #F50347;
}
</style>
border-color css
<style>
span { border-color: #F50347; }
span { border-color: rgb(245,3,71); }
td.TdClassName
{
border-color: #F50347;
}
.TagClassName
{
border-color: #F50347;
}
</style>