Shades of Torch Red #F6004A
Tints of Torch Red #F6004A
RGB
CMYK
RGB Variations
Color information
#F6004A (or 0xF6004A) is known color: Torch Red. HEX triplet: F6, 00 and 4A. RGB value is (246,0,74). Sum of RGB (Red+Green+Blue) = 246+0+74=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F6004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6004A is #09FFB5. Grayscale: #515151. Windows color (decimal): -655286 or 4849910. OLE color: 4849910.
HSL color Cylindrical-coordinate representation of color #F6004A: hue angle of 341.95º 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 #F6004A is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.70 | 0.04 |
| HSL | 341.95º | 1% | 0.48% | - |
| HSV(B) | 341.95º | 1% | 0.96% | - |
| XYZ | 39.24 | 20.09 | 8.29 | - |
| YUV | 81.99 | 123.5 | 244.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 74 | 0 | 1 | 0.70 | 0.04 | 341.95 | 1 | 0.48 |
| Hex | F6 | 0 | 4A | 0 | 64 | 46 | 4 | 156 | 64 | 30 |
| Octal | 366 | 0 | 112 | 0 | 144 | 106 | 4 | 526 | 144 | 60 |
| Binary | 11110110 | 0 | 1001010 | 0 | 1100100 | 1000110 | 100 | 101010110 | 1100100 | 110000 |
Color Harmonies of #F6004A
Complementary color
Monochromatic Colors of #F6004A
Black with #F6004A
Text Example
Text Example
White with #F6004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6004A; }
p { color: rgb(246,0,74); }
H1.HeaderClassName
{
color: #F6004A;
}
.AnyTagClassName
{
color: #F6004A;
}
</style>
background-color css
<style>
a { background-color: #F6004A; }
a { background-color: rgb(246,0,74); }
div.DivClassName
{
background-color: #F6004A;
}
.BgClassName
{
background-color: #F6004A;
}
</style>
border-color css
<style>
span { border-color: #F6004A; }
span { border-color: rgb(246,0,74); }
td.TdClassName
{
border-color: #F6004A;
}
.TagClassName
{
border-color: #F6004A;
}
</style>