Shades of Torch Red #F20142
Tints of Torch Red #F20142
RGB
CMYK
RGB Variations
Color information
#F20142 (or 0xF20142) is known color: Torch Red. HEX triplet: F2, 01 and 42. RGB value is (242,1,66). Sum of RGB (Red+Green+Blue) = 242+1+66=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F20142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20142 is #0DFEBD. Grayscale: #505050. Windows color (decimal): -917182 or 4325874. OLE color: 4325874.
HSL color Cylindrical-coordinate representation of color #F20142: hue angle of 343.82º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20142 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.05 |
| HSL | 343.82º | 0.99% | 0.48% | - |
| HSV(B) | 343.82º | 1% | 0.95% | - |
| XYZ | 37.61 | 19.29 | 6.9 | - |
| YUV | 80.47 | 119.84 | 243.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 66 | 0 | 1.00 | 0.73 | 0.05 | 343.82 | 0.99 | 0.48 |
| Hex | F2 | 1 | 42 | 0 | 64 | 49 | 5 | 158 | 63 | 30 |
| Octal | 362 | 1 | 102 | 0 | 144 | 111 | 5 | 530 | 143 | 60 |
| Binary | 11110010 | 1 | 1000010 | 0 | 1100100 | 1001001 | 101 | 101011000 | 1100011 | 110000 |
Color Harmonies of #F20142
Complementary color
Monochromatic Colors of #F20142
Black with #F20142
Text Example
Text Example
White with #F20142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20142; }
p { color: rgb(242,1,66); }
H1.HeaderClassName
{
color: #F20142;
}
.AnyTagClassName
{
color: #F20142;
}
</style>
background-color css
<style>
a { background-color: #F20142; }
a { background-color: rgb(242,1,66); }
div.DivClassName
{
background-color: #F20142;
}
.BgClassName
{
background-color: #F20142;
}
</style>
border-color css
<style>
span { border-color: #F20142; }
span { border-color: rgb(242,1,66); }
td.TdClassName
{
border-color: #F20142;
}
.TagClassName
{
border-color: #F20142;
}
</style>