Shades of Torch Red #F6014A
Tints of Torch Red #F6014A
RGB
CMYK
RGB Variations
Color information
#F6014A (or 0xF6014A) is known color: Torch Red. HEX triplet: F6, 01 and 4A. RGB value is (246,1,74). Sum of RGB (Red+Green+Blue) = 246+1+74=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F6014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6014A is #09FEB5. Grayscale: #525252. Windows color (decimal): -655030 or 4850166. OLE color: 4850166.
HSL color Cylindrical-coordinate representation of color #F6014A: hue angle of 342.12º 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 #F6014A is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.04 |
| HSL | 342.12º | 0.99% | 0.48% | - |
| HSV(B) | 342.12º | 1% | 0.96% | - |
| XYZ | 39.25 | 20.11 | 8.29 | - |
| YUV | 82.58 | 123.17 | 244.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 74 | 0 | 1.00 | 0.70 | 0.04 | 342.12 | 0.99 | 0.48 |
| Hex | F6 | 1 | 4A | 0 | 64 | 46 | 4 | 156 | 63 | 30 |
| Octal | 366 | 1 | 112 | 0 | 144 | 106 | 4 | 526 | 143 | 60 |
| Binary | 11110110 | 1 | 1001010 | 0 | 1100100 | 1000110 | 100 | 101010110 | 1100011 | 110000 |
Color Harmonies of #F6014A
Complementary color
Monochromatic Colors of #F6014A
Black with #F6014A
Text Example
Text Example
White with #F6014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6014A; }
p { color: rgb(246,1,74); }
H1.HeaderClassName
{
color: #F6014A;
}
.AnyTagClassName
{
color: #F6014A;
}
</style>
background-color css
<style>
a { background-color: #F6014A; }
a { background-color: rgb(246,1,74); }
div.DivClassName
{
background-color: #F6014A;
}
.BgClassName
{
background-color: #F6014A;
}
</style>
border-color css
<style>
span { border-color: #F6014A; }
span { border-color: rgb(246,1,74); }
td.TdClassName
{
border-color: #F6014A;
}
.TagClassName
{
border-color: #F6014A;
}
</style>