Shades of Torch Red #F6013A
Tints of Torch Red #F6013A
RGB
CMYK
RGB Variations
Color information
#F6013A (or 0xF6013A) is known color: Torch Red. HEX triplet: F6, 01 and 3A. RGB value is (246,1,58). Sum of RGB (Red+Green+Blue) = 246+1+58=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F6013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6013A is #09FEC5. Grayscale: #505050. Windows color (decimal): -655046 or 3801590. OLE color: 3801590.
HSL color Cylindrical-coordinate representation of color #F6013A: hue angle of 346.04º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6013A is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.04 |
| HSL | 346.04º | 0.99% | 0.48% | - |
| HSV(B) | 346.04º | 1% | 0.96% | - |
| XYZ | 38.78 | 19.92 | 5.8 | - |
| YUV | 80.75 | 115.17 | 245.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 58 | 0 | 1.00 | 0.76 | 0.04 | 346.04 | 0.99 | 0.48 |
| Hex | F6 | 1 | 3A | 0 | 64 | 4C | 4 | 15A | 63 | 30 |
| Octal | 366 | 1 | 72 | 0 | 144 | 114 | 4 | 532 | 143 | 60 |
| Binary | 11110110 | 1 | 111010 | 0 | 1100100 | 1001100 | 100 | 101011010 | 1100011 | 110000 |
Color Harmonies of #F6013A
Complementary color
Monochromatic Colors of #F6013A
Black with #F6013A
Text Example
Text Example
White with #F6013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6013A; }
p { color: rgb(246,1,58); }
H1.HeaderClassName
{
color: #F6013A;
}
.AnyTagClassName
{
color: #F6013A;
}
</style>
background-color css
<style>
a { background-color: #F6013A; }
a { background-color: rgb(246,1,58); }
div.DivClassName
{
background-color: #F6013A;
}
.BgClassName
{
background-color: #F6013A;
}
</style>
border-color css
<style>
span { border-color: #F6013A; }
span { border-color: rgb(246,1,58); }
td.TdClassName
{
border-color: #F6013A;
}
.TagClassName
{
border-color: #F6013A;
}
</style>