Shades of Torch Red #F10F40
Tints of Torch Red #F10F40
RGB
CMYK
RGB Variations
Color information
#F10F40 (or 0xF10F40) is known color: Torch Red. HEX triplet: F1, 0F and 40. RGB value is (241,15,64). Sum of RGB (Red+Green+Blue) = 241+15+64=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10F40 is #0EF0BF. Grayscale: #585858. Windows color (decimal): -979136 or 4198385. OLE color: 4198385.
HSL color Cylindrical-coordinate representation of color #F10F40: hue angle of 346.99º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F40 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 64 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.05 |
| HSL | 346.99º | 0.89% | 0.5% | - |
| HSV(B) | 346.99º | 0.94% | 0.95% | - |
| XYZ | 37.37 | 19.41 | 6.63 | - |
| YUV | 88.16 | 114.37 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 64 | 0 | 0.94 | 0.73 | 0.05 | 346.99 | 0.89 | 0.5 |
| Hex | F1 | F | 40 | 0 | 5E | 49 | 5 | 15B | 59 | 32 |
| Octal | 361 | 17 | 100 | 0 | 136 | 111 | 5 | 533 | 131 | 62 |
| Binary | 11110001 | 1111 | 1000000 | 0 | 1011110 | 1001001 | 101 | 101011011 | 1011001 | 110010 |
Color Harmonies of #F10F40
Complementary color
Monochromatic Colors of #F10F40
Black with #F10F40
Text Example
Text Example
White with #F10F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F40; }
p { color: rgb(241,15,64); }
H1.HeaderClassName
{
color: #F10F40;
}
.AnyTagClassName
{
color: #F10F40;
}
</style>
background-color css
<style>
a { background-color: #F10F40; }
a { background-color: rgb(241,15,64); }
div.DivClassName
{
background-color: #F10F40;
}
.BgClassName
{
background-color: #F10F40;
}
</style>
border-color css
<style>
span { border-color: #F10F40; }
span { border-color: rgb(241,15,64); }
td.TdClassName
{
border-color: #F10F40;
}
.TagClassName
{
border-color: #F10F40;
}
</style>