Shades of Torch Red #F50348
Tints of Torch Red #F50348
RGB
CMYK
RGB Variations
Color information
#F50348 (or 0xF50348) is known color: Torch Red. HEX triplet: F5, 03 and 48. RGB value is (245,3,72). Sum of RGB (Red+Green+Blue) = 245+3+72=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F50348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50348 is #0AFCB7. Grayscale: #535353. Windows color (decimal): -720056 or 4719605. OLE color: 4719605.
HSL color Cylindrical-coordinate representation of color #F50348: hue angle of 342.89º 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 #F50348 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 72 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.04 |
| HSL | 342.89º | 0.98% | 0.49% | - |
| HSV(B) | 342.89º | 0.99% | 0.96% | - |
| XYZ | 38.86 | 19.95 | 7.93 | - |
| YUV | 83.22 | 121.67 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 72 | 0 | 0.99 | 0.71 | 0.04 | 342.89 | 0.98 | 0.49 |
| Hex | F5 | 3 | 48 | 0 | 63 | 47 | 4 | 157 | 62 | 31 |
| Octal | 365 | 3 | 110 | 0 | 143 | 107 | 4 | 527 | 142 | 61 |
| Binary | 11110101 | 11 | 1001000 | 0 | 1100011 | 1000111 | 100 | 101010111 | 1100010 | 110001 |
Color Harmonies of #F50348
Complementary color
Monochromatic Colors of #F50348
Black with #F50348
Text Example
Text Example
White with #F50348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50348; }
p { color: rgb(245,3,72); }
H1.HeaderClassName
{
color: #F50348;
}
.AnyTagClassName
{
color: #F50348;
}
</style>
background-color css
<style>
a { background-color: #F50348; }
a { background-color: rgb(245,3,72); }
div.DivClassName
{
background-color: #F50348;
}
.BgClassName
{
background-color: #F50348;
}
</style>
border-color css
<style>
span { border-color: #F50348; }
span { border-color: rgb(245,3,72); }
td.TdClassName
{
border-color: #F50348;
}
.TagClassName
{
border-color: #F50348;
}
</style>