Shades of Torch Red #F91040
Tints of Torch Red #F91040
RGB
CMYK
RGB Variations
Color information
#F91040 (or 0xF91040) is known color: Torch Red. HEX triplet: F9, 10 and 40. RGB value is (249,16,64). Sum of RGB (Red+Green+Blue) = 249+16+64=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F91040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91040 is #06EFBF. Grayscale: #5B5B5B. Windows color (decimal): -454592 or 4198649. OLE color: 4198649.
HSL color Cylindrical-coordinate representation of color #F91040: hue angle of 347.64º 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 #F91040 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 64 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.02 |
| HSL | 347.64º | 0.95% | 0.52% | - |
| HSV(B) | 347.64º | 0.94% | 0.98% | - |
| XYZ | 40.18 | 20.88 | 6.76 | - |
| YUV | 91.14 | 112.69 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 64 | 0 | 0.94 | 0.74 | 0.02 | 347.64 | 0.95 | 0.52 |
| Hex | F9 | 10 | 40 | 0 | 5E | 4A | 2 | 15C | 5F | 34 |
| Octal | 371 | 20 | 100 | 0 | 136 | 112 | 2 | 534 | 137 | 64 |
| Binary | 11111001 | 10000 | 1000000 | 0 | 1011110 | 1001010 | 10 | 101011100 | 1011111 | 110100 |
Color Harmonies of #F91040
Complementary color
Monochromatic Colors of #F91040
Black with #F91040
Text Example
Text Example
White with #F91040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91040; }
p { color: rgb(249,16,64); }
H1.HeaderClassName
{
color: #F91040;
}
.AnyTagClassName
{
color: #F91040;
}
</style>
background-color css
<style>
a { background-color: #F91040; }
a { background-color: rgb(249,16,64); }
div.DivClassName
{
background-color: #F91040;
}
.BgClassName
{
background-color: #F91040;
}
</style>
border-color css
<style>
span { border-color: #F91040; }
span { border-color: rgb(249,16,64); }
td.TdClassName
{
border-color: #F91040;
}
.TagClassName
{
border-color: #F91040;
}
</style>