Shades of Torch Red #F10540
Tints of Torch Red #F10540
RGB
CMYK
RGB Variations
Color information
#F10540 (or 0xF10540) is known color: Torch Red. HEX triplet: F1, 05 and 40. RGB value is (241,5,64). Sum of RGB (Red+Green+Blue) = 241+5+64=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F10540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10540 is #0EFABF. Grayscale: #525252. Windows color (decimal): -981696 or 4195825. OLE color: 4195825.
HSL color Cylindrical-coordinate representation of color #F10540: hue angle of 345º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10540 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.05 |
| HSL | 345º | 0.96% | 0.48% | - |
| HSV(B) | 345º | 0.98% | 0.95% | - |
| XYZ | 37.26 | 19.18 | 6.59 | - |
| YUV | 82.29 | 117.69 | 241.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 64 | 0 | 0.98 | 0.73 | 0.05 | 345 | 0.96 | 0.48 |
| Hex | F1 | 5 | 40 | 0 | 62 | 49 | 5 | 159 | 60 | 30 |
| Octal | 361 | 5 | 100 | 0 | 142 | 111 | 5 | 531 | 140 | 60 |
| Binary | 11110001 | 101 | 1000000 | 0 | 1100010 | 1001001 | 101 | 101011001 | 1100000 | 110000 |
Color Harmonies of #F10540
Complementary color
Monochromatic Colors of #F10540
Black with #F10540
Text Example
Text Example
White with #F10540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10540; }
p { color: rgb(241,5,64); }
H1.HeaderClassName
{
color: #F10540;
}
.AnyTagClassName
{
color: #F10540;
}
</style>
background-color css
<style>
a { background-color: #F10540; }
a { background-color: rgb(241,5,64); }
div.DivClassName
{
background-color: #F10540;
}
.BgClassName
{
background-color: #F10540;
}
</style>
border-color css
<style>
span { border-color: #F10540; }
span { border-color: rgb(241,5,64); }
td.TdClassName
{
border-color: #F10540;
}
.TagClassName
{
border-color: #F10540;
}
</style>