Shades of Torch Red #F01442
Tints of Torch Red #F01442
RGB
CMYK
RGB Variations
Color information
#F01442 (or 0xF01442) is known color: Torch Red. HEX triplet: F0, 14 and 42. RGB value is (240,20,66). Sum of RGB (Red+Green+Blue) = 240+20+66=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F01442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01442 is #0FEBBD. Grayscale: #5B5B5B. Windows color (decimal): -1043390 or 4330736. OLE color: 4330736.
HSL color Cylindrical-coordinate representation of color #F01442: hue angle of 347.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01442 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 66 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.06 |
| HSL | 347.45º | 0.88% | 0.51% | - |
| HSV(B) | 347.45º | 0.92% | 0.94% | - |
| XYZ | 37.17 | 19.42 | 6.94 | - |
| YUV | 91.02 | 113.89 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 66 | 0 | 0.92 | 0.72 | 0.06 | 347.45 | 0.88 | 0.51 |
| Hex | F0 | 14 | 42 | 0 | 5C | 48 | 6 | 15B | 58 | 33 |
| Octal | 360 | 24 | 102 | 0 | 134 | 110 | 6 | 533 | 130 | 63 |
| Binary | 11110000 | 10100 | 1000010 | 0 | 1011100 | 1001000 | 110 | 101011011 | 1011000 | 110011 |
Color Harmonies of #F01442
Complementary color
Monochromatic Colors of #F01442
Black with #F01442
Text Example
Text Example
White with #F01442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01442; }
p { color: rgb(240,20,66); }
H1.HeaderClassName
{
color: #F01442;
}
.AnyTagClassName
{
color: #F01442;
}
</style>
background-color css
<style>
a { background-color: #F01442; }
a { background-color: rgb(240,20,66); }
div.DivClassName
{
background-color: #F01442;
}
.BgClassName
{
background-color: #F01442;
}
</style>
border-color css
<style>
span { border-color: #F01442; }
span { border-color: rgb(240,20,66); }
td.TdClassName
{
border-color: #F01442;
}
.TagClassName
{
border-color: #F01442;
}
</style>