Shades of Torch Red #F20140
Tints of Torch Red #F20140
RGB
CMYK
RGB Variations
Color information
#F20140 (or 0xF20140) is known color: Torch Red. HEX triplet: F2, 01 and 40. RGB value is (242,1,64). Sum of RGB (Red+Green+Blue) = 242+1+64=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F20140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20140 is #0DFEBF. Grayscale: #505050. Windows color (decimal): -917184 or 4194802. OLE color: 4194802.
HSL color Cylindrical-coordinate representation of color #F20140: hue angle of 344.32º 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 #F20140 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.05 |
| HSL | 344.32º | 0.99% | 0.48% | - |
| HSV(B) | 344.32º | 1% | 0.95% | - |
| XYZ | 37.55 | 19.27 | 6.59 | - |
| YUV | 80.24 | 118.84 | 243.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 64 | 0 | 1.00 | 0.74 | 0.05 | 344.32 | 0.99 | 0.48 |
| Hex | F2 | 1 | 40 | 0 | 64 | 4A | 5 | 158 | 63 | 30 |
| Octal | 362 | 1 | 100 | 0 | 144 | 112 | 5 | 530 | 143 | 60 |
| Binary | 11110010 | 1 | 1000000 | 0 | 1100100 | 1001010 | 101 | 101011000 | 1100011 | 110000 |
Color Harmonies of #F20140
Complementary color
Monochromatic Colors of #F20140
Black with #F20140
Text Example
Text Example
White with #F20140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20140; }
p { color: rgb(242,1,64); }
H1.HeaderClassName
{
color: #F20140;
}
.AnyTagClassName
{
color: #F20140;
}
</style>
background-color css
<style>
a { background-color: #F20140; }
a { background-color: rgb(242,1,64); }
div.DivClassName
{
background-color: #F20140;
}
.BgClassName
{
background-color: #F20140;
}
</style>
border-color css
<style>
span { border-color: #F20140; }
span { border-color: rgb(242,1,64); }
td.TdClassName
{
border-color: #F20140;
}
.TagClassName
{
border-color: #F20140;
}
</style>