Shades of Torch Red #F20240
Tints of Torch Red #F20240
RGB
CMYK
RGB Variations
Color information
#F20240 (or 0xF20240) is known color: Torch Red. HEX triplet: F2, 02 and 40. RGB value is (242,2,64). Sum of RGB (Red+Green+Blue) = 242+2+64=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F20240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20240 is #0DFDBF. Grayscale: #505050. Windows color (decimal): -916928 or 4195058. OLE color: 4195058.
HSL color Cylindrical-coordinate representation of color #F20240: hue angle of 344.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20240 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.05 |
| HSL | 344.5º | 0.98% | 0.48% | - |
| HSV(B) | 344.5º | 0.99% | 0.95% | - |
| XYZ | 37.57 | 19.29 | 6.59 | - |
| YUV | 80.83 | 118.51 | 242.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 64 | 0 | 0.99 | 0.74 | 0.05 | 344.5 | 0.98 | 0.48 |
| Hex | F2 | 2 | 40 | 0 | 63 | 4A | 5 | 158 | 62 | 30 |
| Octal | 362 | 2 | 100 | 0 | 143 | 112 | 5 | 530 | 142 | 60 |
| Binary | 11110010 | 10 | 1000000 | 0 | 1100011 | 1001010 | 101 | 101011000 | 1100010 | 110000 |
Color Harmonies of #F20240
Complementary color
Monochromatic Colors of #F20240
Black with #F20240
Text Example
Text Example
White with #F20240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20240; }
p { color: rgb(242,2,64); }
H1.HeaderClassName
{
color: #F20240;
}
.AnyTagClassName
{
color: #F20240;
}
</style>
background-color css
<style>
a { background-color: #F20240; }
a { background-color: rgb(242,2,64); }
div.DivClassName
{
background-color: #F20240;
}
.BgClassName
{
background-color: #F20240;
}
</style>
border-color css
<style>
span { border-color: #F20240; }
span { border-color: rgb(242,2,64); }
td.TdClassName
{
border-color: #F20240;
}
.TagClassName
{
border-color: #F20240;
}
</style>