Shades of Torch Red #F51149
Tints of Torch Red #F51149
RGB
CMYK
RGB Variations
Color information
#F51149 (or 0xF51149) is known color: Torch Red. HEX triplet: F5, 11 and 49. RGB value is (245,17,73). Sum of RGB (Red+Green+Blue) = 245+17+73=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F51149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51149 is #0AEEB6. Grayscale: #5B5B5B. Windows color (decimal): -716471 or 4788725. OLE color: 4788725.
HSL color Cylindrical-coordinate representation of color #F51149: hue angle of 345.26º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51149 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 73 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.04 |
| HSL | 345.26º | 0.92% | 0.51% | - |
| HSV(B) | 345.26º | 0.93% | 0.96% | - |
| XYZ | 39.06 | 20.29 | 8.16 | - |
| YUV | 91.56 | 117.54 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 73 | 0 | 0.93 | 0.70 | 0.04 | 345.26 | 0.92 | 0.51 |
| Hex | F5 | 11 | 49 | 0 | 5D | 46 | 4 | 159 | 5C | 33 |
| Octal | 365 | 21 | 111 | 0 | 135 | 106 | 4 | 531 | 134 | 63 |
| Binary | 11110101 | 10001 | 1001001 | 0 | 1011101 | 1000110 | 100 | 101011001 | 1011100 | 110011 |
Color Harmonies of #F51149
Complementary color
Monochromatic Colors of #F51149
Black with #F51149
Text Example
Text Example
White with #F51149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51149; }
p { color: rgb(245,17,73); }
H1.HeaderClassName
{
color: #F51149;
}
.AnyTagClassName
{
color: #F51149;
}
</style>
background-color css
<style>
a { background-color: #F51149; }
a { background-color: rgb(245,17,73); }
div.DivClassName
{
background-color: #F51149;
}
.BgClassName
{
background-color: #F51149;
}
</style>
border-color css
<style>
span { border-color: #F51149; }
span { border-color: rgb(245,17,73); }
td.TdClassName
{
border-color: #F51149;
}
.TagClassName
{
border-color: #F51149;
}
</style>