Shades of Torch Red #F50549
Tints of Torch Red #F50549
RGB
CMYK
RGB Variations
Color information
#F50549 (or 0xF50549) is known color: Torch Red. HEX triplet: F5, 05 and 49. RGB value is (245,5,73). Sum of RGB (Red+Green+Blue) = 245+5+73=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F50549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50549 is #0AFAB6. Grayscale: #545454. Windows color (decimal): -719543 or 4785653. OLE color: 4785653.
HSL color Cylindrical-coordinate representation of color #F50549: hue angle of 343º 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 #F50549 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 73 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.04 |
| HSL | 343º | 0.96% | 0.49% | - |
| HSV(B) | 343º | 0.98% | 0.96% | - |
| XYZ | 38.91 | 20 | 8.11 | - |
| YUV | 84.51 | 121.51 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 73 | 0 | 0.98 | 0.70 | 0.04 | 343 | 0.96 | 0.49 |
| Hex | F5 | 5 | 49 | 0 | 62 | 46 | 4 | 157 | 60 | 31 |
| Octal | 365 | 5 | 111 | 0 | 142 | 106 | 4 | 527 | 140 | 61 |
| Binary | 11110101 | 101 | 1001001 | 0 | 1100010 | 1000110 | 100 | 101010111 | 1100000 | 110001 |
Color Harmonies of #F50549
Complementary color
Monochromatic Colors of #F50549
Black with #F50549
Text Example
Text Example
White with #F50549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50549; }
p { color: rgb(245,5,73); }
H1.HeaderClassName
{
color: #F50549;
}
.AnyTagClassName
{
color: #F50549;
}
</style>
background-color css
<style>
a { background-color: #F50549; }
a { background-color: rgb(245,5,73); }
div.DivClassName
{
background-color: #F50549;
}
.BgClassName
{
background-color: #F50549;
}
</style>
border-color css
<style>
span { border-color: #F50549; }
span { border-color: rgb(245,5,73); }
td.TdClassName
{
border-color: #F50549;
}
.TagClassName
{
border-color: #F50549;
}
</style>