Shades of Torch Red #F20D46
Tints of Torch Red #F20D46
RGB
CMYK
RGB Variations
Color information
#F20D46 (or 0xF20D46) is known color: Torch Red. HEX triplet: F2, 0D and 46. RGB value is (242,13,70). Sum of RGB (Red+Green+Blue) = 242+13+70=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20D46 is #0DF2B9. Grayscale: #575757. Windows color (decimal): -914106 or 4591090. OLE color: 4591090.
HSL color Cylindrical-coordinate representation of color #F20D46: hue angle of 345.07º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20D46 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 70 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.05 |
| HSL | 345.07º | 0.9% | 0.5% | - |
| HSV(B) | 345.07º | 0.95% | 0.95% | - |
| XYZ | 37.87 | 19.61 | 7.58 | - |
| YUV | 87.97 | 117.87 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 70 | 0 | 0.95 | 0.71 | 0.05 | 345.07 | 0.9 | 0.5 |
| Hex | F2 | D | 46 | 0 | 5F | 47 | 5 | 159 | 5A | 32 |
| Octal | 362 | 15 | 106 | 0 | 137 | 107 | 5 | 531 | 132 | 62 |
| Binary | 11110010 | 1101 | 1000110 | 0 | 1011111 | 1000111 | 101 | 101011001 | 1011010 | 110010 |
Color Harmonies of #F20D46
Complementary color
Monochromatic Colors of #F20D46
Black with #F20D46
Text Example
Text Example
White with #F20D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20D46; }
p { color: rgb(242,13,70); }
H1.HeaderClassName
{
color: #F20D46;
}
.AnyTagClassName
{
color: #F20D46;
}
</style>
background-color css
<style>
a { background-color: #F20D46; }
a { background-color: rgb(242,13,70); }
div.DivClassName
{
background-color: #F20D46;
}
.BgClassName
{
background-color: #F20D46;
}
</style>
border-color css
<style>
span { border-color: #F20D46; }
span { border-color: rgb(242,13,70); }
td.TdClassName
{
border-color: #F20D46;
}
.TagClassName
{
border-color: #F20D46;
}
</style>