Shades of Torch Red #F01140
Tints of Torch Red #F01140
RGB
CMYK
RGB Variations
Color information
#F01140 (or 0xF01140) is known color: Torch Red. HEX triplet: F0, 11 and 40. RGB value is (240,17,64). Sum of RGB (Red+Green+Blue) = 240+17+64=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F01140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01140 is #0FEEBF. Grayscale: #595959. Windows color (decimal): -1044160 or 4198896. OLE color: 4198896.
HSL color Cylindrical-coordinate representation of color #F01140: hue angle of 347.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01140 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 64 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.06 |
| HSL | 347.35º | 0.88% | 0.5% | - |
| HSV(B) | 347.35º | 0.93% | 0.94% | - |
| XYZ | 37.06 | 19.3 | 6.62 | - |
| YUV | 89.04 | 113.88 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 64 | 0 | 0.93 | 0.73 | 0.06 | 347.35 | 0.88 | 0.5 |
| Hex | F0 | 11 | 40 | 0 | 5D | 49 | 6 | 15B | 58 | 32 |
| Octal | 360 | 21 | 100 | 0 | 135 | 111 | 6 | 533 | 130 | 62 |
| Binary | 11110000 | 10001 | 1000000 | 0 | 1011101 | 1001001 | 110 | 101011011 | 1011000 | 110010 |
Color Harmonies of #F01140
Complementary color
Monochromatic Colors of #F01140
Black with #F01140
Text Example
Text Example
White with #F01140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01140; }
p { color: rgb(240,17,64); }
H1.HeaderClassName
{
color: #F01140;
}
.AnyTagClassName
{
color: #F01140;
}
</style>
background-color css
<style>
a { background-color: #F01140; }
a { background-color: rgb(240,17,64); }
div.DivClassName
{
background-color: #F01140;
}
.BgClassName
{
background-color: #F01140;
}
</style>
border-color css
<style>
span { border-color: #F01140; }
span { border-color: rgb(240,17,64); }
td.TdClassName
{
border-color: #F01140;
}
.TagClassName
{
border-color: #F01140;
}
</style>