Shades of Torch Red #F92044
Tints of Torch Red #F92044
RGB
CMYK
RGB Variations
Color information
#F92044 (or 0xF92044) is known color: Torch Red. HEX triplet: F9, 20 and 44. RGB value is (249,32,68). Sum of RGB (Red+Green+Blue) = 249+32+68=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F92044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92044 is #06DFBB. Grayscale: #656565. Windows color (decimal): -450492 or 4464889. OLE color: 4464889.
HSL color Cylindrical-coordinate representation of color #F92044: hue angle of 350.05º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92044 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 68 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.02 |
| HSL | 350.05º | 0.95% | 0.55% | - |
| HSV(B) | 350.05º | 0.87% | 0.98% | - |
| XYZ | 40.63 | 21.59 | 7.49 | - |
| YUV | 100.99 | 109.39 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 68 | 0 | 0.87 | 0.73 | 0.02 | 350.05 | 0.95 | 0.55 |
| Hex | F9 | 20 | 44 | 0 | 57 | 49 | 2 | 15E | 5F | 37 |
| Octal | 371 | 40 | 104 | 0 | 127 | 111 | 2 | 536 | 137 | 67 |
| Binary | 11111001 | 100000 | 1000100 | 0 | 1010111 | 1001001 | 10 | 101011110 | 1011111 | 110111 |
Color Harmonies of #F92044
Complementary color
Monochromatic Colors of #F92044
Black with #F92044
Text Example
Text Example
White with #F92044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92044; }
p { color: rgb(249,32,68); }
H1.HeaderClassName
{
color: #F92044;
}
.AnyTagClassName
{
color: #F92044;
}
</style>
background-color css
<style>
a { background-color: #F92044; }
a { background-color: rgb(249,32,68); }
div.DivClassName
{
background-color: #F92044;
}
.BgClassName
{
background-color: #F92044;
}
</style>
border-color css
<style>
span { border-color: #F92044; }
span { border-color: rgb(249,32,68); }
td.TdClassName
{
border-color: #F92044;
}
.TagClassName
{
border-color: #F92044;
}
</style>