Shades of Torch Red #F90F26
Tints of Torch Red #F90F26
RGB
CMYK
RGB Variations
Color information
#F90F26 (or 0xF90F26) is known color: Torch Red. HEX triplet: F9, 0F and 26. RGB value is (249,15,38). Sum of RGB (Red+Green+Blue) = 249+15+38=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90F26 is #06F0D9. Grayscale: #575757. Windows color (decimal): -454874 or 2494457. OLE color: 2494457.
HSL color Cylindrical-coordinate representation of color #F90F26: hue angle of 354.1º 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 #F90F26 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 38 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.02 |
| HSL | 354.1º | 0.95% | 0.52% | - |
| HSV(B) | 354.1º | 0.94% | 0.98% | - |
| XYZ | 39.59 | 20.62 | 3.73 | - |
| YUV | 87.59 | 100.02 | 243.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 38 | 0 | 0.94 | 0.85 | 0.02 | 354.1 | 0.95 | 0.52 |
| Hex | F9 | F | 26 | 0 | 5E | 55 | 2 | 162 | 5F | 34 |
| Octal | 371 | 17 | 46 | 0 | 136 | 125 | 2 | 542 | 137 | 64 |
| Binary | 11111001 | 1111 | 100110 | 0 | 1011110 | 1010101 | 10 | 101100010 | 1011111 | 110100 |
Color Harmonies of #F90F26
Complementary color
Monochromatic Colors of #F90F26
Black with #F90F26
Text Example
Text Example
White with #F90F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F26; }
p { color: rgb(249,15,38); }
H1.HeaderClassName
{
color: #F90F26;
}
.AnyTagClassName
{
color: #F90F26;
}
</style>
background-color css
<style>
a { background-color: #F90F26; }
a { background-color: rgb(249,15,38); }
div.DivClassName
{
background-color: #F90F26;
}
.BgClassName
{
background-color: #F90F26;
}
</style>
border-color css
<style>
span { border-color: #F90F26; }
span { border-color: rgb(249,15,38); }
td.TdClassName
{
border-color: #F90F26;
}
.TagClassName
{
border-color: #F90F26;
}
</style>