Shades of Torch Red #F91049
Tints of Torch Red #F91049
RGB
CMYK
RGB Variations
Color information
#F91049 (or 0xF91049) is known color: Torch Red. HEX triplet: F9, 10 and 49. RGB value is (249,16,73). Sum of RGB (Red+Green+Blue) = 249+16+73=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F91049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91049 is #06EFB6. Grayscale: #5C5C5C. Windows color (decimal): -454583 or 4788473. OLE color: 4788473.
HSL color Cylindrical-coordinate representation of color #F91049: hue angle of 345.32º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91049 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 73 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.02 |
| HSL | 345.32º | 0.95% | 0.52% | - |
| HSV(B) | 345.32º | 0.94% | 0.98% | - |
| XYZ | 40.45 | 20.99 | 8.22 | - |
| YUV | 92.17 | 117.19 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 73 | 0 | 0.94 | 0.71 | 0.02 | 345.32 | 0.95 | 0.52 |
| Hex | F9 | 10 | 49 | 0 | 5E | 47 | 2 | 159 | 5F | 34 |
| Octal | 371 | 20 | 111 | 0 | 136 | 107 | 2 | 531 | 137 | 64 |
| Binary | 11111001 | 10000 | 1001001 | 0 | 1011110 | 1000111 | 10 | 101011001 | 1011111 | 110100 |
Color Harmonies of #F91049
Complementary color
Monochromatic Colors of #F91049
Black with #F91049
Text Example
Text Example
White with #F91049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91049; }
p { color: rgb(249,16,73); }
H1.HeaderClassName
{
color: #F91049;
}
.AnyTagClassName
{
color: #F91049;
}
</style>
background-color css
<style>
a { background-color: #F91049; }
a { background-color: rgb(249,16,73); }
div.DivClassName
{
background-color: #F91049;
}
.BgClassName
{
background-color: #F91049;
}
</style>
border-color css
<style>
span { border-color: #F91049; }
span { border-color: rgb(249,16,73); }
td.TdClassName
{
border-color: #F91049;
}
.TagClassName
{
border-color: #F91049;
}
</style>