Shades of Torch Red #F10E45
Tints of Torch Red #F10E45
RGB
CMYK
RGB Variations
Color information
#F10E45 (or 0xF10E45) is known color: Torch Red. HEX triplet: F1, 0E and 45. RGB value is (241,14,69). Sum of RGB (Red+Green+Blue) = 241+14+69=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10E45 is #0EF1BA. Grayscale: #585858. Windows color (decimal): -979387 or 4525809. OLE color: 4525809.
HSL color Cylindrical-coordinate representation of color #F10E45: hue angle of 345.46º 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 #F10E45 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 69 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.05 |
| HSL | 345.46º | 0.89% | 0.5% | - |
| HSV(B) | 345.46º | 0.94% | 0.95% | - |
| XYZ | 37.51 | 19.44 | 7.41 | - |
| YUV | 88.14 | 117.21 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 69 | 0 | 0.94 | 0.71 | 0.05 | 345.46 | 0.89 | 0.5 |
| Hex | F1 | E | 45 | 0 | 5E | 47 | 5 | 159 | 59 | 32 |
| Octal | 361 | 16 | 105 | 0 | 136 | 107 | 5 | 531 | 131 | 62 |
| Binary | 11110001 | 1110 | 1000101 | 0 | 1011110 | 1000111 | 101 | 101011001 | 1011001 | 110010 |
Color Harmonies of #F10E45
Complementary color
Monochromatic Colors of #F10E45
Black with #F10E45
Text Example
Text Example
White with #F10E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E45; }
p { color: rgb(241,14,69); }
H1.HeaderClassName
{
color: #F10E45;
}
.AnyTagClassName
{
color: #F10E45;
}
</style>
background-color css
<style>
a { background-color: #F10E45; }
a { background-color: rgb(241,14,69); }
div.DivClassName
{
background-color: #F10E45;
}
.BgClassName
{
background-color: #F10E45;
}
</style>
border-color css
<style>
span { border-color: #F10E45; }
span { border-color: rgb(241,14,69); }
td.TdClassName
{
border-color: #F10E45;
}
.TagClassName
{
border-color: #F10E45;
}
</style>