Shades of Torch Red #F9163B
Tints of Torch Red #F9163B
RGB
CMYK
RGB Variations
Color information
#F9163B (or 0xF9163B) is known color: Torch Red. HEX triplet: F9, 16 and 3B. RGB value is (249,22,59). Sum of RGB (Red+Green+Blue) = 249+22+59=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F9163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9163B is #06E9C4. Grayscale: #5E5E5E. Windows color (decimal): -453061 or 3872505. OLE color: 3872505.
HSL color Cylindrical-coordinate representation of color #F9163B: hue angle of 350.22º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9163B is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 59 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.02 |
| HSL | 350.22º | 0.95% | 0.53% | - |
| HSV(B) | 350.22º | 0.91% | 0.98% | - |
| XYZ | 40.14 | 21.03 | 6.08 | - |
| YUV | 94.09 | 108.21 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 59 | 0 | 0.91 | 0.76 | 0.02 | 350.22 | 0.95 | 0.53 |
| Hex | F9 | 16 | 3B | 0 | 5B | 4C | 2 | 15E | 5F | 35 |
| Octal | 371 | 26 | 73 | 0 | 133 | 114 | 2 | 536 | 137 | 65 |
| Binary | 11111001 | 10110 | 111011 | 0 | 1011011 | 1001100 | 10 | 101011110 | 1011111 | 110101 |
Color Harmonies of #F9163B
Complementary color
Monochromatic Colors of #F9163B
Black with #F9163B
Text Example
Text Example
White with #F9163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9163B; }
p { color: rgb(249,22,59); }
H1.HeaderClassName
{
color: #F9163B;
}
.AnyTagClassName
{
color: #F9163B;
}
</style>
background-color css
<style>
a { background-color: #F9163B; }
a { background-color: rgb(249,22,59); }
div.DivClassName
{
background-color: #F9163B;
}
.BgClassName
{
background-color: #F9163B;
}
</style>
border-color css
<style>
span { border-color: #F9163B; }
span { border-color: rgb(249,22,59); }
td.TdClassName
{
border-color: #F9163B;
}
.TagClassName
{
border-color: #F9163B;
}
</style>