Shades of Torch Red #F10A41
Tints of Torch Red #F10A41
RGB
CMYK
RGB Variations
Color information
#F10A41 (or 0xF10A41) is known color: Torch Red. HEX triplet: F1, 0A and 41. RGB value is (241,10,65). Sum of RGB (Red+Green+Blue) = 241+10+65=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10A41 is #0EF5BE. Grayscale: #555555. Windows color (decimal): -980415 or 4262641. OLE color: 4262641.
HSL color Cylindrical-coordinate representation of color #F10A41: hue angle of 345.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10A41 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 65 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.05 |
| HSL | 345.71º | 0.92% | 0.49% | - |
| HSV(B) | 345.71º | 0.96% | 0.95% | - |
| XYZ | 37.34 | 19.3 | 6.76 | - |
| YUV | 85.34 | 116.53 | 239.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 65 | 0 | 0.96 | 0.73 | 0.05 | 345.71 | 0.92 | 0.49 |
| Hex | F1 | A | 41 | 0 | 60 | 49 | 5 | 15A | 5C | 31 |
| Octal | 361 | 12 | 101 | 0 | 140 | 111 | 5 | 532 | 134 | 61 |
| Binary | 11110001 | 1010 | 1000001 | 0 | 1100000 | 1001001 | 101 | 101011010 | 1011100 | 110001 |
Color Harmonies of #F10A41
Complementary color
Monochromatic Colors of #F10A41
Black with #F10A41
Text Example
Text Example
White with #F10A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A41; }
p { color: rgb(241,10,65); }
H1.HeaderClassName
{
color: #F10A41;
}
.AnyTagClassName
{
color: #F10A41;
}
</style>
background-color css
<style>
a { background-color: #F10A41; }
a { background-color: rgb(241,10,65); }
div.DivClassName
{
background-color: #F10A41;
}
.BgClassName
{
background-color: #F10A41;
}
</style>
border-color css
<style>
span { border-color: #F10A41; }
span { border-color: rgb(241,10,65); }
td.TdClassName
{
border-color: #F10A41;
}
.TagClassName
{
border-color: #F10A41;
}
</style>