Shades of Torch Red #F91446
Tints of Torch Red #F91446
RGB
CMYK
RGB Variations
Color information
#F91446 (or 0xF91446) is known color: Torch Red. HEX triplet: F9, 14 and 46. RGB value is (249,20,70). Sum of RGB (Red+Green+Blue) = 249+20+70=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F91446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91446 is #06EBB9. Grayscale: #5E5E5E. Windows color (decimal): -453562 or 4592889. OLE color: 4592889.
HSL color Cylindrical-coordinate representation of color #F91446: hue angle of 346.9º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91446 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 70 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.02 |
| HSL | 346.9º | 0.95% | 0.53% | - |
| HSV(B) | 346.9º | 0.92% | 0.98% | - |
| XYZ | 40.42 | 21.08 | 7.73 | - |
| YUV | 94.17 | 114.37 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 70 | 0 | 0.92 | 0.72 | 0.02 | 346.9 | 0.95 | 0.53 |
| Hex | F9 | 14 | 46 | 0 | 5C | 48 | 2 | 15B | 5F | 35 |
| Octal | 371 | 24 | 106 | 0 | 134 | 110 | 2 | 533 | 137 | 65 |
| Binary | 11111001 | 10100 | 1000110 | 0 | 1011100 | 1001000 | 10 | 101011011 | 1011111 | 110101 |
Color Harmonies of #F91446
Complementary color
Monochromatic Colors of #F91446
Black with #F91446
Text Example
Text Example
White with #F91446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91446; }
p { color: rgb(249,20,70); }
H1.HeaderClassName
{
color: #F91446;
}
.AnyTagClassName
{
color: #F91446;
}
</style>
background-color css
<style>
a { background-color: #F91446; }
a { background-color: rgb(249,20,70); }
div.DivClassName
{
background-color: #F91446;
}
.BgClassName
{
background-color: #F91446;
}
</style>
border-color css
<style>
span { border-color: #F91446; }
span { border-color: rgb(249,20,70); }
td.TdClassName
{
border-color: #F91446;
}
.TagClassName
{
border-color: #F91446;
}
</style>