Shades of Torch Red #F9163A
Tints of Torch Red #F9163A
RGB
CMYK
RGB Variations
Color information
#F9163A (or 0xF9163A) is known color: Torch Red. HEX triplet: F9, 16 and 3A. RGB value is (249,22,58). Sum of RGB (Red+Green+Blue) = 249+22+58=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9163A is #06E9C5. Grayscale: #5E5E5E. Windows color (decimal): -453062 or 3806969. OLE color: 3806969.
HSL color Cylindrical-coordinate representation of color #F9163A: hue angle of 350.48º 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 #F9163A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 58 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.02 |
| HSL | 350.48º | 0.95% | 0.53% | - |
| HSV(B) | 350.48º | 0.91% | 0.98% | - |
| XYZ | 40.12 | 21.02 | 5.95 | - |
| YUV | 93.98 | 107.71 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 58 | 0 | 0.91 | 0.77 | 0.02 | 350.48 | 0.95 | 0.53 |
| Hex | F9 | 16 | 3A | 0 | 5B | 4D | 2 | 15E | 5F | 35 |
| Octal | 371 | 26 | 72 | 0 | 133 | 115 | 2 | 536 | 137 | 65 |
| Binary | 11111001 | 10110 | 111010 | 0 | 1011011 | 1001101 | 10 | 101011110 | 1011111 | 110101 |
Color Harmonies of #F9163A
Complementary color
Monochromatic Colors of #F9163A
Black with #F9163A
Text Example
Text Example
White with #F9163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9163A; }
p { color: rgb(249,22,58); }
H1.HeaderClassName
{
color: #F9163A;
}
.AnyTagClassName
{
color: #F9163A;
}
</style>
background-color css
<style>
a { background-color: #F9163A; }
a { background-color: rgb(249,22,58); }
div.DivClassName
{
background-color: #F9163A;
}
.BgClassName
{
background-color: #F9163A;
}
</style>
border-color css
<style>
span { border-color: #F9163A; }
span { border-color: rgb(249,22,58); }
td.TdClassName
{
border-color: #F9163A;
}
.TagClassName
{
border-color: #F9163A;
}
</style>