Shades of Torch Red #F60D4B
Tints of Torch Red #F60D4B
RGB
CMYK
RGB Variations
Color information
#F60D4B (or 0xF60D4B) is known color: Torch Red. HEX triplet: F6, 0D and 4B. RGB value is (246,13,75). Sum of RGB (Red+Green+Blue) = 246+13+75=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60D4B is #09F2B4. Grayscale: #595959. Windows color (decimal): -651957 or 4918774. OLE color: 4918774.
HSL color Cylindrical-coordinate representation of color #F60D4B: hue angle of 344.03º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60D4B is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 75 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.04 |
| HSL | 344.03º | 0.93% | 0.51% | - |
| HSV(B) | 344.03º | 0.95% | 0.96% | - |
| XYZ | 39.42 | 20.39 | 8.51 | - |
| YUV | 89.74 | 119.69 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 75 | 0 | 0.95 | 0.70 | 0.04 | 344.03 | 0.93 | 0.51 |
| Hex | F6 | D | 4B | 0 | 5F | 46 | 4 | 158 | 5D | 33 |
| Octal | 366 | 15 | 113 | 0 | 137 | 106 | 4 | 530 | 135 | 63 |
| Binary | 11110110 | 1101 | 1001011 | 0 | 1011111 | 1000110 | 100 | 101011000 | 1011101 | 110011 |
Color Harmonies of #F60D4B
Complementary color
Monochromatic Colors of #F60D4B
Black with #F60D4B
Text Example
Text Example
White with #F60D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D4B; }
p { color: rgb(246,13,75); }
H1.HeaderClassName
{
color: #F60D4B;
}
.AnyTagClassName
{
color: #F60D4B;
}
</style>
background-color css
<style>
a { background-color: #F60D4B; }
a { background-color: rgb(246,13,75); }
div.DivClassName
{
background-color: #F60D4B;
}
.BgClassName
{
background-color: #F60D4B;
}
</style>
border-color css
<style>
span { border-color: #F60D4B; }
span { border-color: rgb(246,13,75); }
td.TdClassName
{
border-color: #F60D4B;
}
.TagClassName
{
border-color: #F60D4B;
}
</style>