Shades of Torch Red #F60F4A
Tints of Torch Red #F60F4A
RGB
CMYK
RGB Variations
Color information
#F60F4A (or 0xF60F4A) is known color: Torch Red. HEX triplet: F6, 0F and 4A. RGB value is (246,15,74). Sum of RGB (Red+Green+Blue) = 246+15+74=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60F4A is #09F0B5. Grayscale: #5A5A5A. Windows color (decimal): -651446 or 4853750. OLE color: 4853750.
HSL color Cylindrical-coordinate representation of color #F60F4A: hue angle of 344.68º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60F4A is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 74 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.04 |
| HSL | 344.68º | 0.93% | 0.51% | - |
| HSV(B) | 344.68º | 0.94% | 0.96% | - |
| XYZ | 39.41 | 20.43 | 8.34 | - |
| YUV | 90.8 | 118.53 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 74 | 0 | 0.94 | 0.70 | 0.04 | 344.68 | 0.93 | 0.51 |
| Hex | F6 | F | 4A | 0 | 5E | 46 | 4 | 159 | 5D | 33 |
| Octal | 366 | 17 | 112 | 0 | 136 | 106 | 4 | 531 | 135 | 63 |
| Binary | 11110110 | 1111 | 1001010 | 0 | 1011110 | 1000110 | 100 | 101011001 | 1011101 | 110011 |
Color Harmonies of #F60F4A
Complementary color
Monochromatic Colors of #F60F4A
Black with #F60F4A
Text Example
Text Example
White with #F60F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60F4A; }
p { color: rgb(246,15,74); }
H1.HeaderClassName
{
color: #F60F4A;
}
.AnyTagClassName
{
color: #F60F4A;
}
</style>
background-color css
<style>
a { background-color: #F60F4A; }
a { background-color: rgb(246,15,74); }
div.DivClassName
{
background-color: #F60F4A;
}
.BgClassName
{
background-color: #F60F4A;
}
</style>
border-color css
<style>
span { border-color: #F60F4A; }
span { border-color: rgb(246,15,74); }
td.TdClassName
{
border-color: #F60F4A;
}
.TagClassName
{
border-color: #F60F4A;
}
</style>