Shades of Torch Red #F20642
Tints of Torch Red #F20642
RGB
CMYK
RGB Variations
Color information
#F20642 (or 0xF20642) is known color: Torch Red. HEX triplet: F2, 06 and 42. RGB value is (242,6,66). Sum of RGB (Red+Green+Blue) = 242+6+66=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F20642 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20642 is #0DF9BD. Grayscale: #535353. Windows color (decimal): -915902 or 4327154. OLE color: 4327154.
HSL color Cylindrical-coordinate representation of color #F20642: hue angle of 344.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20642 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 66 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.05 |
| HSL | 344.75º | 0.95% | 0.49% | - |
| HSV(B) | 344.75º | 0.98% | 0.95% | - |
| XYZ | 37.67 | 19.4 | 6.91 | - |
| YUV | 83.4 | 118.19 | 241.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 66 | 0 | 0.98 | 0.73 | 0.05 | 344.75 | 0.95 | 0.49 |
| Hex | F2 | 6 | 42 | 0 | 62 | 49 | 5 | 159 | 5F | 31 |
| Octal | 362 | 6 | 102 | 0 | 142 | 111 | 5 | 531 | 137 | 61 |
| Binary | 11110010 | 110 | 1000010 | 0 | 1100010 | 1001001 | 101 | 101011001 | 1011111 | 110001 |
Color Harmonies of #F20642
Complementary color
Monochromatic Colors of #F20642
Black with #F20642
Text Example
Text Example
White with #F20642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20642; }
p { color: rgb(242,6,66); }
H1.HeaderClassName
{
color: #F20642;
}
.AnyTagClassName
{
color: #F20642;
}
</style>
background-color css
<style>
a { background-color: #F20642; }
a { background-color: rgb(242,6,66); }
div.DivClassName
{
background-color: #F20642;
}
.BgClassName
{
background-color: #F20642;
}
</style>
border-color css
<style>
span { border-color: #F20642; }
span { border-color: rgb(242,6,66); }
td.TdClassName
{
border-color: #F20642;
}
.TagClassName
{
border-color: #F20642;
}
</style>