Shades of Torch Red #F50247
Tints of Torch Red #F50247
RGB
CMYK
RGB Variations
Color information
#F50247 (or 0xF50247) is known color: Torch Red. HEX triplet: F5, 02 and 47. RGB value is (245,2,71). Sum of RGB (Red+Green+Blue) = 245+2+71=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F50247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50247 is #0AFDB8. Grayscale: #525252. Windows color (decimal): -720313 or 4653813. OLE color: 4653813.
HSL color Cylindrical-coordinate representation of color #F50247: hue angle of 342.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50247 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.04 |
| HSL | 342.96º | 0.98% | 0.48% | - |
| HSV(B) | 342.96º | 0.99% | 0.96% | - |
| XYZ | 38.82 | 19.91 | 7.76 | - |
| YUV | 82.52 | 121.51 | 243.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 71 | 0 | 0.99 | 0.71 | 0.04 | 342.96 | 0.98 | 0.48 |
| Hex | F5 | 2 | 47 | 0 | 63 | 47 | 4 | 157 | 62 | 30 |
| Octal | 365 | 2 | 107 | 0 | 143 | 107 | 4 | 527 | 142 | 60 |
| Binary | 11110101 | 10 | 1000111 | 0 | 1100011 | 1000111 | 100 | 101010111 | 1100010 | 110000 |
Color Harmonies of #F50247
Complementary color
Monochromatic Colors of #F50247
Black with #F50247
Text Example
Text Example
White with #F50247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50247; }
p { color: rgb(245,2,71); }
H1.HeaderClassName
{
color: #F50247;
}
.AnyTagClassName
{
color: #F50247;
}
</style>
background-color css
<style>
a { background-color: #F50247; }
a { background-color: rgb(245,2,71); }
div.DivClassName
{
background-color: #F50247;
}
.BgClassName
{
background-color: #F50247;
}
</style>
border-color css
<style>
span { border-color: #F50247; }
span { border-color: rgb(245,2,71); }
td.TdClassName
{
border-color: #F50247;
}
.TagClassName
{
border-color: #F50247;
}
</style>