Shades of Torch Red #F10139
Tints of Torch Red #F10139
RGB
CMYK
RGB Variations
Color information
#F10139 (or 0xF10139) is known color: Torch Red. HEX triplet: F1, 01 and 39. RGB value is (241,1,57). Sum of RGB (Red+Green+Blue) = 241+1+57=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F10139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10139 is #0EFEC6. Grayscale: #4F4F4F. Windows color (decimal): -982727 or 3736049. OLE color: 3736049.
HSL color Cylindrical-coordinate representation of color #F10139: hue angle of 346º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10139 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 57 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.05 |
| HSL | 346º | 0.99% | 0.47% | - |
| HSV(B) | 346º | 1% | 0.95% | - |
| XYZ | 37.03 | 19.02 | 5.59 | - |
| YUV | 79.14 | 115.51 | 243.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 57 | 0 | 1.00 | 0.76 | 0.05 | 346 | 0.99 | 0.47 |
| Hex | F1 | 1 | 39 | 0 | 64 | 4C | 5 | 15A | 63 | 2F |
| Octal | 361 | 1 | 71 | 0 | 144 | 114 | 5 | 532 | 143 | 57 |
| Binary | 11110001 | 1 | 111001 | 0 | 1100100 | 1001100 | 101 | 101011010 | 1100011 | 101111 |
Color Harmonies of #F10139
Complementary color
Monochromatic Colors of #F10139
Black with #F10139
Text Example
Text Example
White with #F10139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10139; }
p { color: rgb(241,1,57); }
H1.HeaderClassName
{
color: #F10139;
}
.AnyTagClassName
{
color: #F10139;
}
</style>
background-color css
<style>
a { background-color: #F10139; }
a { background-color: rgb(241,1,57); }
div.DivClassName
{
background-color: #F10139;
}
.BgClassName
{
background-color: #F10139;
}
</style>
border-color css
<style>
span { border-color: #F10139; }
span { border-color: rgb(241,1,57); }
td.TdClassName
{
border-color: #F10139;
}
.TagClassName
{
border-color: #F10139;
}
</style>