Shades of Torch Red #F92045
Tints of Torch Red #F92045
RGB
CMYK
RGB Variations
Color information
#F92045 (or 0xF92045) is known color: Torch Red. HEX triplet: F9, 20 and 45. RGB value is (249,32,69). Sum of RGB (Red+Green+Blue) = 249+32+69=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F92045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92045 is #06DFBA. Grayscale: #656565. Windows color (decimal): -450491 or 4530425. OLE color: 4530425.
HSL color Cylindrical-coordinate representation of color #F92045: hue angle of 349.77º 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 #F92045 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 69 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.02 |
| HSL | 349.77º | 0.95% | 0.55% | - |
| HSV(B) | 349.77º | 0.87% | 0.98% | - |
| XYZ | 40.66 | 21.6 | 7.66 | - |
| YUV | 101.1 | 109.89 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 69 | 0 | 0.87 | 0.72 | 0.02 | 349.77 | 0.95 | 0.55 |
| Hex | F9 | 20 | 45 | 0 | 57 | 48 | 2 | 15E | 5F | 37 |
| Octal | 371 | 40 | 105 | 0 | 127 | 110 | 2 | 536 | 137 | 67 |
| Binary | 11111001 | 100000 | 1000101 | 0 | 1010111 | 1001000 | 10 | 101011110 | 1011111 | 110111 |
Color Harmonies of #F92045
Complementary color
Monochromatic Colors of #F92045
Black with #F92045
Text Example
Text Example
White with #F92045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92045; }
p { color: rgb(249,32,69); }
H1.HeaderClassName
{
color: #F92045;
}
.AnyTagClassName
{
color: #F92045;
}
</style>
background-color css
<style>
a { background-color: #F92045; }
a { background-color: rgb(249,32,69); }
div.DivClassName
{
background-color: #F92045;
}
.BgClassName
{
background-color: #F92045;
}
</style>
border-color css
<style>
span { border-color: #F92045; }
span { border-color: rgb(249,32,69); }
td.TdClassName
{
border-color: #F92045;
}
.TagClassName
{
border-color: #F92045;
}
</style>