Shades of Torch Red #F92240
Tints of Torch Red #F92240
RGB
CMYK
RGB Variations
Color information
#F92240 (or 0xF92240) is known color: Torch Red. HEX triplet: F9, 22 and 40. RGB value is (249,34,64). Sum of RGB (Red+Green+Blue) = 249+34+64=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F92240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92240 is #06DDBF. Grayscale: #656565. Windows color (decimal): -449984 or 4203257. OLE color: 4203257.
HSL color Cylindrical-coordinate representation of color #F92240: hue angle of 351.63º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F92240 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 64 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.02 |
| HSL | 351.63º | 0.95% | 0.55% | - |
| HSV(B) | 351.63º | 0.86% | 0.98% | - |
| XYZ | 40.56 | 21.65 | 6.89 | - |
| YUV | 101.71 | 106.73 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 64 | 0 | 0.86 | 0.74 | 0.02 | 351.63 | 0.95 | 0.55 |
| Hex | F9 | 22 | 40 | 0 | 56 | 4A | 2 | 160 | 5F | 37 |
| Octal | 371 | 42 | 100 | 0 | 126 | 112 | 2 | 540 | 137 | 67 |
| Binary | 11111001 | 100010 | 1000000 | 0 | 1010110 | 1001010 | 10 | 101100000 | 1011111 | 110111 |
Color Harmonies of #F92240
Complementary color
Monochromatic Colors of #F92240
Black with #F92240
Text Example
Text Example
White with #F92240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92240; }
p { color: rgb(249,34,64); }
H1.HeaderClassName
{
color: #F92240;
}
.AnyTagClassName
{
color: #F92240;
}
</style>
background-color css
<style>
a { background-color: #F92240; }
a { background-color: rgb(249,34,64); }
div.DivClassName
{
background-color: #F92240;
}
.BgClassName
{
background-color: #F92240;
}
</style>
border-color css
<style>
span { border-color: #F92240; }
span { border-color: rgb(249,34,64); }
td.TdClassName
{
border-color: #F92240;
}
.TagClassName
{
border-color: #F92240;
}
</style>