Shades of Torch Red #F01044
Tints of Torch Red #F01044
RGB
CMYK
RGB Variations
Color information
#F01044 (or 0xF01044) is known color: Torch Red. HEX triplet: F0, 10 and 44. RGB value is (240,16,68). Sum of RGB (Red+Green+Blue) = 240+16+68=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F01044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01044 is #0FEFBB. Grayscale: #585858. Windows color (decimal): -1044412 or 4460784. OLE color: 4460784.
HSL color Cylindrical-coordinate representation of color #F01044: hue angle of 346.07º 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 #F01044 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 68 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.06 |
| HSL | 346.07º | 0.88% | 0.5% | - |
| HSV(B) | 346.07º | 0.93% | 0.94% | - |
| XYZ | 37.16 | 19.31 | 7.24 | - |
| YUV | 88.9 | 116.21 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 68 | 0 | 0.93 | 0.72 | 0.06 | 346.07 | 0.88 | 0.5 |
| Hex | F0 | 10 | 44 | 0 | 5D | 48 | 6 | 15A | 58 | 32 |
| Octal | 360 | 20 | 104 | 0 | 135 | 110 | 6 | 532 | 130 | 62 |
| Binary | 11110000 | 10000 | 1000100 | 0 | 1011101 | 1001000 | 110 | 101011010 | 1011000 | 110010 |
Color Harmonies of #F01044
Complementary color
Monochromatic Colors of #F01044
Black with #F01044
Text Example
Text Example
White with #F01044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01044; }
p { color: rgb(240,16,68); }
H1.HeaderClassName
{
color: #F01044;
}
.AnyTagClassName
{
color: #F01044;
}
</style>
background-color css
<style>
a { background-color: #F01044; }
a { background-color: rgb(240,16,68); }
div.DivClassName
{
background-color: #F01044;
}
.BgClassName
{
background-color: #F01044;
}
</style>
border-color css
<style>
span { border-color: #F01044; }
span { border-color: rgb(240,16,68); }
td.TdClassName
{
border-color: #F01044;
}
.TagClassName
{
border-color: #F01044;
}
</style>