Shades of Torch Red #F50048
Tints of Torch Red #F50048
RGB
CMYK
RGB Variations
Color information
#F50048 (or 0xF50048) is known color: Torch Red. HEX triplet: F5, 00 and 48. RGB value is (245,0,72). Sum of RGB (Red+Green+Blue) = 245+0+72=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F50048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50048 is #0AFFB7. Grayscale: #515151. Windows color (decimal): -720824 or 4718837. OLE color: 4718837.
HSL color Cylindrical-coordinate representation of color #F50048: hue angle of 342.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50048 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.71 | 0.04 |
| HSL | 342.37º | 1% | 0.48% | - |
| HSV(B) | 342.37º | 1% | 0.96% | - |
| XYZ | 38.83 | 19.88 | 7.92 | - |
| YUV | 81.46 | 122.67 | 244.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 72 | 0 | 1 | 0.71 | 0.04 | 342.37 | 1 | 0.48 |
| Hex | F5 | 0 | 48 | 0 | 64 | 47 | 4 | 156 | 64 | 30 |
| Octal | 365 | 0 | 110 | 0 | 144 | 107 | 4 | 526 | 144 | 60 |
| Binary | 11110101 | 0 | 1001000 | 0 | 1100100 | 1000111 | 100 | 101010110 | 1100100 | 110000 |
Color Harmonies of #F50048
Complementary color
Monochromatic Colors of #F50048
Black with #F50048
Text Example
Text Example
White with #F50048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50048; }
p { color: rgb(245,0,72); }
H1.HeaderClassName
{
color: #F50048;
}
.AnyTagClassName
{
color: #F50048;
}
</style>
background-color css
<style>
a { background-color: #F50048; }
a { background-color: rgb(245,0,72); }
div.DivClassName
{
background-color: #F50048;
}
.BgClassName
{
background-color: #F50048;
}
</style>
border-color css
<style>
span { border-color: #F50048; }
span { border-color: rgb(245,0,72); }
td.TdClassName
{
border-color: #F50048;
}
.TagClassName
{
border-color: #F50048;
}
</style>