Shades of Torch Red #F91047
Tints of Torch Red #F91047
RGB
CMYK
RGB Variations
Color information
#F91047 (or 0xF91047) is known color: Torch Red. HEX triplet: F9, 10 and 47. RGB value is (249,16,71). Sum of RGB (Red+Green+Blue) = 249+16+71=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F91047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91047 is #06EFB8. Grayscale: #5B5B5B. Windows color (decimal): -454585 or 4657401. OLE color: 4657401.
HSL color Cylindrical-coordinate representation of color #F91047: hue angle of 345.84º 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 #F91047 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 71 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.02 |
| HSL | 345.84º | 0.95% | 0.52% | - |
| HSV(B) | 345.84º | 0.94% | 0.98% | - |
| XYZ | 40.39 | 20.97 | 7.88 | - |
| YUV | 91.94 | 116.19 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 71 | 0 | 0.94 | 0.71 | 0.02 | 345.84 | 0.95 | 0.52 |
| Hex | F9 | 10 | 47 | 0 | 5E | 47 | 2 | 15A | 5F | 34 |
| Octal | 371 | 20 | 107 | 0 | 136 | 107 | 2 | 532 | 137 | 64 |
| Binary | 11111001 | 10000 | 1000111 | 0 | 1011110 | 1000111 | 10 | 101011010 | 1011111 | 110100 |
Color Harmonies of #F91047
Complementary color
Monochromatic Colors of #F91047
Black with #F91047
Text Example
Text Example
White with #F91047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91047; }
p { color: rgb(249,16,71); }
H1.HeaderClassName
{
color: #F91047;
}
.AnyTagClassName
{
color: #F91047;
}
</style>
background-color css
<style>
a { background-color: #F91047; }
a { background-color: rgb(249,16,71); }
div.DivClassName
{
background-color: #F91047;
}
.BgClassName
{
background-color: #F91047;
}
</style>
border-color css
<style>
span { border-color: #F91047; }
span { border-color: rgb(249,16,71); }
td.TdClassName
{
border-color: #F91047;
}
.TagClassName
{
border-color: #F91047;
}
</style>