Shades of Torch Red #F6003B
Tints of Torch Red #F6003B
RGB
CMYK
RGB Variations
Color information
#F6003B (or 0xF6003B) is known color: Torch Red. HEX triplet: F6, 00 and 3B. RGB value is (246,0,59). Sum of RGB (Red+Green+Blue) = 246+0+59=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F6003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6003B is #09FFC4. Grayscale: #505050. Windows color (decimal): -655301 or 3866870. OLE color: 3866870.
HSL color Cylindrical-coordinate representation of color #F6003B: hue angle of 345.61º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6003B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.76 | 0.04 |
| HSL | 345.61º | 1% | 0.48% | - |
| HSV(B) | 345.61º | 1% | 0.96% | - |
| XYZ | 38.8 | 19.91 | 5.94 | - |
| YUV | 80.28 | 116 | 246.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 59 | 0 | 1 | 0.76 | 0.04 | 345.61 | 1 | 0.48 |
| Hex | F6 | 0 | 3B | 0 | 64 | 4C | 4 | 15A | 64 | 30 |
| Octal | 366 | 0 | 73 | 0 | 144 | 114 | 4 | 532 | 144 | 60 |
| Binary | 11110110 | 0 | 111011 | 0 | 1100100 | 1001100 | 100 | 101011010 | 1100100 | 110000 |
Color Harmonies of #F6003B
Complementary color
Monochromatic Colors of #F6003B
Black with #F6003B
Text Example
Text Example
White with #F6003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6003B; }
p { color: rgb(246,0,59); }
H1.HeaderClassName
{
color: #F6003B;
}
.AnyTagClassName
{
color: #F6003B;
}
</style>
background-color css
<style>
a { background-color: #F6003B; }
a { background-color: rgb(246,0,59); }
div.DivClassName
{
background-color: #F6003B;
}
.BgClassName
{
background-color: #F6003B;
}
</style>
border-color css
<style>
span { border-color: #F6003B; }
span { border-color: rgb(246,0,59); }
td.TdClassName
{
border-color: #F6003B;
}
.TagClassName
{
border-color: #F6003B;
}
</style>