Shades of Torch Red #F0093B
Tints of Torch Red #F0093B
RGB
CMYK
RGB Variations
Color information
#F0093B (or 0xF0093B) is known color: Torch Red. HEX triplet: F0, 09 and 3B. RGB value is (240,9,59). Sum of RGB (Red+Green+Blue) = 240+9+59=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0093B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0093B is #0FF6C4. Grayscale: #535353. Windows color (decimal): -1046213 or 3869168. OLE color: 3869168.
HSL color Cylindrical-coordinate representation of color #F0093B: hue angle of 347.01º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0093B is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 59 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.06 |
| HSL | 347.01º | 0.93% | 0.49% | - |
| HSV(B) | 347.01º | 0.96% | 0.94% | - |
| XYZ | 36.82 | 19.04 | 5.87 | - |
| YUV | 83.77 | 114.03 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 59 | 0 | 0.96 | 0.75 | 0.06 | 347.01 | 0.93 | 0.49 |
| Hex | F0 | 9 | 3B | 0 | 60 | 4B | 6 | 15B | 5D | 31 |
| Octal | 360 | 11 | 73 | 0 | 140 | 113 | 6 | 533 | 135 | 61 |
| Binary | 11110000 | 1001 | 111011 | 0 | 1100000 | 1001011 | 110 | 101011011 | 1011101 | 110001 |
Color Harmonies of #F0093B
Complementary color
Monochromatic Colors of #F0093B
Black with #F0093B
Text Example
Text Example
White with #F0093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0093B; }
p { color: rgb(240,9,59); }
H1.HeaderClassName
{
color: #F0093B;
}
.AnyTagClassName
{
color: #F0093B;
}
</style>
background-color css
<style>
a { background-color: #F0093B; }
a { background-color: rgb(240,9,59); }
div.DivClassName
{
background-color: #F0093B;
}
.BgClassName
{
background-color: #F0093B;
}
</style>
border-color css
<style>
span { border-color: #F0093B; }
span { border-color: rgb(240,9,59); }
td.TdClassName
{
border-color: #F0093B;
}
.TagClassName
{
border-color: #F0093B;
}
</style>