Shades of Torch Red #F01144
Tints of Torch Red #F01144
RGB
CMYK
RGB Variations
Color information
#F01144 (or 0xF01144) is known color: Torch Red. HEX triplet: F0, 11 and 44. RGB value is (240,17,68). Sum of RGB (Red+Green+Blue) = 240+17+68=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F01144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01144 is #0FEEBB. Grayscale: #595959. Windows color (decimal): -1044156 or 4461040. OLE color: 4461040.
HSL color Cylindrical-coordinate representation of color #F01144: hue angle of 346.28º 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 #F01144 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 68 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.06 |
| HSL | 346.28º | 0.88% | 0.5% | - |
| HSV(B) | 346.28º | 0.93% | 0.94% | - |
| XYZ | 37.18 | 19.34 | 7.24 | - |
| YUV | 89.49 | 115.88 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 68 | 0 | 0.93 | 0.72 | 0.06 | 346.28 | 0.88 | 0.5 |
| Hex | F0 | 11 | 44 | 0 | 5D | 48 | 6 | 15A | 58 | 32 |
| Octal | 360 | 21 | 104 | 0 | 135 | 110 | 6 | 532 | 130 | 62 |
| Binary | 11110000 | 10001 | 1000100 | 0 | 1011101 | 1001000 | 110 | 101011010 | 1011000 | 110010 |
Color Harmonies of #F01144
Complementary color
Monochromatic Colors of #F01144
Black with #F01144
Text Example
Text Example
White with #F01144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01144; }
p { color: rgb(240,17,68); }
H1.HeaderClassName
{
color: #F01144;
}
.AnyTagClassName
{
color: #F01144;
}
</style>
background-color css
<style>
a { background-color: #F01144; }
a { background-color: rgb(240,17,68); }
div.DivClassName
{
background-color: #F01144;
}
.BgClassName
{
background-color: #F01144;
}
</style>
border-color css
<style>
span { border-color: #F01144; }
span { border-color: rgb(240,17,68); }
td.TdClassName
{
border-color: #F01144;
}
.TagClassName
{
border-color: #F01144;
}
</style>