Shades of Torch Red #F01242
Tints of Torch Red #F01242
RGB
CMYK
RGB Variations
Color information
#F01242 (or 0xF01242) is known color: Torch Red. HEX triplet: F0, 12 and 42. RGB value is (240,18,66). Sum of RGB (Red+Green+Blue) = 240+18+66=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F01242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01242 is #0FEDBD. Grayscale: #595959. Windows color (decimal): -1043902 or 4330224. OLE color: 4330224.
HSL color Cylindrical-coordinate representation of color #F01242: hue angle of 347.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01242 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 66 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.06 |
| HSL | 347.03º | 0.88% | 0.51% | - |
| HSV(B) | 347.03º | 0.93% | 0.94% | - |
| XYZ | 37.13 | 19.35 | 6.93 | - |
| YUV | 89.85 | 114.55 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 66 | 0 | 0.92 | 0.72 | 0.06 | 347.03 | 0.88 | 0.51 |
| Hex | F0 | 12 | 42 | 0 | 5C | 48 | 6 | 15B | 58 | 33 |
| Octal | 360 | 22 | 102 | 0 | 134 | 110 | 6 | 533 | 130 | 63 |
| Binary | 11110000 | 10010 | 1000010 | 0 | 1011100 | 1001000 | 110 | 101011011 | 1011000 | 110011 |
Color Harmonies of #F01242
Complementary color
Monochromatic Colors of #F01242
Black with #F01242
Text Example
Text Example
White with #F01242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01242; }
p { color: rgb(240,18,66); }
H1.HeaderClassName
{
color: #F01242;
}
.AnyTagClassName
{
color: #F01242;
}
</style>
background-color css
<style>
a { background-color: #F01242; }
a { background-color: rgb(240,18,66); }
div.DivClassName
{
background-color: #F01242;
}
.BgClassName
{
background-color: #F01242;
}
</style>
border-color css
<style>
span { border-color: #F01242; }
span { border-color: rgb(240,18,66); }
td.TdClassName
{
border-color: #F01242;
}
.TagClassName
{
border-color: #F01242;
}
</style>