Shades of Torch Red #F20A40
Tints of Torch Red #F20A40
RGB
CMYK
RGB Variations
Color information
#F20A40 (or 0xF20A40) is known color: Torch Red. HEX triplet: F2, 0A and 40. RGB value is (242,10,64). Sum of RGB (Red+Green+Blue) = 242+10+64=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20A40 is #0DF5BF. Grayscale: #555555. Windows color (decimal): -914880 or 4197106. OLE color: 4197106.
HSL color Cylindrical-coordinate representation of color #F20A40: hue angle of 346.03º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A40 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 64 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.05 |
| HSL | 346.03º | 0.92% | 0.49% | - |
| HSV(B) | 346.03º | 0.96% | 0.95% | - |
| XYZ | 37.65 | 19.46 | 6.62 | - |
| YUV | 85.52 | 115.86 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 64 | 0 | 0.96 | 0.74 | 0.05 | 346.03 | 0.92 | 0.49 |
| Hex | F2 | A | 40 | 0 | 60 | 4A | 5 | 15A | 5C | 31 |
| Octal | 362 | 12 | 100 | 0 | 140 | 112 | 5 | 532 | 134 | 61 |
| Binary | 11110010 | 1010 | 1000000 | 0 | 1100000 | 1001010 | 101 | 101011010 | 1011100 | 110001 |
Color Harmonies of #F20A40
Complementary color
Monochromatic Colors of #F20A40
Black with #F20A40
Text Example
Text Example
White with #F20A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A40; }
p { color: rgb(242,10,64); }
H1.HeaderClassName
{
color: #F20A40;
}
.AnyTagClassName
{
color: #F20A40;
}
</style>
background-color css
<style>
a { background-color: #F20A40; }
a { background-color: rgb(242,10,64); }
div.DivClassName
{
background-color: #F20A40;
}
.BgClassName
{
background-color: #F20A40;
}
</style>
border-color css
<style>
span { border-color: #F20A40; }
span { border-color: rgb(242,10,64); }
td.TdClassName
{
border-color: #F20A40;
}
.TagClassName
{
border-color: #F20A40;
}
</style>