Shades of Torch Red #F51246
Tints of Torch Red #F51246
RGB
CMYK
RGB Variations
Color information
#F51246 (or 0xF51246) is known color: Torch Red. HEX triplet: F5, 12 and 46. RGB value is (245,18,70). Sum of RGB (Red+Green+Blue) = 245+18+70=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F51246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51246 is #0AEDB9. Grayscale: #5B5B5B. Windows color (decimal): -716218 or 4592373. OLE color: 4592373.
HSL color Cylindrical-coordinate representation of color #F51246: hue angle of 346.26º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51246 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 70 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.04 |
| HSL | 346.26º | 0.92% | 0.52% | - |
| HSV(B) | 346.26º | 0.93% | 0.96% | - |
| XYZ | 38.98 | 20.29 | 7.66 | - |
| YUV | 91.8 | 115.71 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 70 | 0 | 0.93 | 0.71 | 0.04 | 346.26 | 0.92 | 0.52 |
| Hex | F5 | 12 | 46 | 0 | 5D | 47 | 4 | 15A | 5C | 34 |
| Octal | 365 | 22 | 106 | 0 | 135 | 107 | 4 | 532 | 134 | 64 |
| Binary | 11110101 | 10010 | 1000110 | 0 | 1011101 | 1000111 | 100 | 101011010 | 1011100 | 110100 |
Color Harmonies of #F51246
Complementary color
Monochromatic Colors of #F51246
Black with #F51246
Text Example
Text Example
White with #F51246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51246; }
p { color: rgb(245,18,70); }
H1.HeaderClassName
{
color: #F51246;
}
.AnyTagClassName
{
color: #F51246;
}
</style>
background-color css
<style>
a { background-color: #F51246; }
a { background-color: rgb(245,18,70); }
div.DivClassName
{
background-color: #F51246;
}
.BgClassName
{
background-color: #F51246;
}
</style>
border-color css
<style>
span { border-color: #F51246; }
span { border-color: rgb(245,18,70); }
td.TdClassName
{
border-color: #F51246;
}
.TagClassName
{
border-color: #F51246;
}
</style>