Shades of Torch Red #F61249
Tints of Torch Red #F61249
RGB
CMYK
RGB Variations
Color information
#F61249 (or 0xF61249) is known color: Torch Red. HEX triplet: F6, 12 and 49. RGB value is (246,18,73). Sum of RGB (Red+Green+Blue) = 246+18+73=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F61249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61249 is #09EDB6. Grayscale: #5C5C5C. Windows color (decimal): -650679 or 4788982. OLE color: 4788982.
HSL color Cylindrical-coordinate representation of color #F61249: hue angle of 345.53º degrees, saturation: 0.93, 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 #F61249 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 73 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.04 |
| HSL | 345.53º | 0.93% | 0.52% | - |
| HSV(B) | 345.53º | 0.93% | 0.96% | - |
| XYZ | 39.42 | 20.51 | 8.18 | - |
| YUV | 92.44 | 117.04 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 73 | 0 | 0.93 | 0.70 | 0.04 | 345.53 | 0.93 | 0.52 |
| Hex | F6 | 12 | 49 | 0 | 5D | 46 | 4 | 15A | 5D | 34 |
| Octal | 366 | 22 | 111 | 0 | 135 | 106 | 4 | 532 | 135 | 64 |
| Binary | 11110110 | 10010 | 1001001 | 0 | 1011101 | 1000110 | 100 | 101011010 | 1011101 | 110100 |
Color Harmonies of #F61249
Complementary color
Monochromatic Colors of #F61249
Black with #F61249
Text Example
Text Example
White with #F61249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61249; }
p { color: rgb(246,18,73); }
H1.HeaderClassName
{
color: #F61249;
}
.AnyTagClassName
{
color: #F61249;
}
</style>
background-color css
<style>
a { background-color: #F61249; }
a { background-color: rgb(246,18,73); }
div.DivClassName
{
background-color: #F61249;
}
.BgClassName
{
background-color: #F61249;
}
</style>
border-color css
<style>
span { border-color: #F61249; }
span { border-color: rgb(246,18,73); }
td.TdClassName
{
border-color: #F61249;
}
.TagClassName
{
border-color: #F61249;
}
</style>