Shades of Torch Red #F50547
Tints of Torch Red #F50547
RGB
CMYK
RGB Variations
Color information
#F50547 (or 0xF50547) is known color: Torch Red. HEX triplet: F5, 05 and 47. RGB value is (245,5,71). Sum of RGB (Red+Green+Blue) = 245+5+71=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F50547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50547 is #0AFAB8. Grayscale: #545454. Windows color (decimal): -719545 or 4654581. OLE color: 4654581.
HSL color Cylindrical-coordinate representation of color #F50547: hue angle of 343.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50547 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.04 |
| HSL | 343.5º | 0.96% | 0.49% | - |
| HSV(B) | 343.5º | 0.98% | 0.96% | - |
| XYZ | 38.85 | 19.98 | 7.77 | - |
| YUV | 84.28 | 120.51 | 242.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 71 | 0 | 0.98 | 0.71 | 0.04 | 343.5 | 0.96 | 0.49 |
| Hex | F5 | 5 | 47 | 0 | 62 | 47 | 4 | 158 | 60 | 31 |
| Octal | 365 | 5 | 107 | 0 | 142 | 107 | 4 | 530 | 140 | 61 |
| Binary | 11110101 | 101 | 1000111 | 0 | 1100010 | 1000111 | 100 | 101011000 | 1100000 | 110001 |
Color Harmonies of #F50547
Complementary color
Monochromatic Colors of #F50547
Black with #F50547
Text Example
Text Example
White with #F50547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50547; }
p { color: rgb(245,5,71); }
H1.HeaderClassName
{
color: #F50547;
}
.AnyTagClassName
{
color: #F50547;
}
</style>
background-color css
<style>
a { background-color: #F50547; }
a { background-color: rgb(245,5,71); }
div.DivClassName
{
background-color: #F50547;
}
.BgClassName
{
background-color: #F50547;
}
</style>
border-color css
<style>
span { border-color: #F50547; }
span { border-color: rgb(245,5,71); }
td.TdClassName
{
border-color: #F50547;
}
.TagClassName
{
border-color: #F50547;
}
</style>