Shades of Torch Red #F6203A
Tints of Torch Red #F6203A
RGB
CMYK
RGB Variations
Color information
#F6203A (or 0xF6203A) is known color: Torch Red. HEX triplet: F6, 20 and 3A. RGB value is (246,32,58). Sum of RGB (Red+Green+Blue) = 246+32+58=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F6203A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6203A is #09DFC5. Grayscale: #636363. Windows color (decimal): -647110 or 3809526. OLE color: 3809526.
HSL color Cylindrical-coordinate representation of color #F6203A: hue angle of 352.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6203A is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 58 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.04 |
| HSL | 352.71º | 0.92% | 0.55% | - |
| HSV(B) | 352.71º | 0.87% | 0.96% | - |
| XYZ | 39.29 | 20.93 | 5.97 | - |
| YUV | 98.95 | 104.9 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 58 | 0 | 0.87 | 0.76 | 0.04 | 352.71 | 0.92 | 0.55 |
| Hex | F6 | 20 | 3A | 0 | 57 | 4C | 4 | 161 | 5C | 37 |
| Octal | 366 | 40 | 72 | 0 | 127 | 114 | 4 | 541 | 134 | 67 |
| Binary | 11110110 | 100000 | 111010 | 0 | 1010111 | 1001100 | 100 | 101100001 | 1011100 | 110111 |
Color Harmonies of #F6203A
Complementary color
Monochromatic Colors of #F6203A
Black with #F6203A
Text Example
Text Example
White with #F6203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6203A; }
p { color: rgb(246,32,58); }
H1.HeaderClassName
{
color: #F6203A;
}
.AnyTagClassName
{
color: #F6203A;
}
</style>
background-color css
<style>
a { background-color: #F6203A; }
a { background-color: rgb(246,32,58); }
div.DivClassName
{
background-color: #F6203A;
}
.BgClassName
{
background-color: #F6203A;
}
</style>
border-color css
<style>
span { border-color: #F6203A; }
span { border-color: rgb(246,32,58); }
td.TdClassName
{
border-color: #F6203A;
}
.TagClassName
{
border-color: #F6203A;
}
</style>