Shades of Torch Red #F10245
Tints of Torch Red #F10245
RGB
CMYK
RGB Variations
Color information
#F10245 (or 0xF10245) is known color: Torch Red. HEX triplet: F1, 02 and 45. RGB value is (241,2,69). Sum of RGB (Red+Green+Blue) = 241+2+69=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F10245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10245 is #0EFDBA. Grayscale: #515151. Windows color (decimal): -982459 or 4522737. OLE color: 4522737.
HSL color Cylindrical-coordinate representation of color #F10245: hue angle of 343.18º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10245 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 69 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.05 |
| HSL | 343.18º | 0.98% | 0.48% | - |
| HSV(B) | 343.18º | 0.99% | 0.95% | - |
| XYZ | 37.37 | 19.17 | 7.36 | - |
| YUV | 81.1 | 121.18 | 242.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 69 | 0 | 0.99 | 0.71 | 0.05 | 343.18 | 0.98 | 0.48 |
| Hex | F1 | 2 | 45 | 0 | 63 | 47 | 5 | 157 | 62 | 30 |
| Octal | 361 | 2 | 105 | 0 | 143 | 107 | 5 | 527 | 142 | 60 |
| Binary | 11110001 | 10 | 1000101 | 0 | 1100011 | 1000111 | 101 | 101010111 | 1100010 | 110000 |
Color Harmonies of #F10245
Complementary color
Monochromatic Colors of #F10245
Black with #F10245
Text Example
Text Example
White with #F10245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10245; }
p { color: rgb(241,2,69); }
H1.HeaderClassName
{
color: #F10245;
}
.AnyTagClassName
{
color: #F10245;
}
</style>
background-color css
<style>
a { background-color: #F10245; }
a { background-color: rgb(241,2,69); }
div.DivClassName
{
background-color: #F10245;
}
.BgClassName
{
background-color: #F10245;
}
</style>
border-color css
<style>
span { border-color: #F10245; }
span { border-color: rgb(241,2,69); }
td.TdClassName
{
border-color: #F10245;
}
.TagClassName
{
border-color: #F10245;
}
</style>