Shades of Torch Red #F1063F
Tints of Torch Red #F1063F
RGB
CMYK
RGB Variations
Color information
#F1063F (or 0xF1063F) is known color: Torch Red. HEX triplet: F1, 06 and 3F. RGB value is (241,6,63). Sum of RGB (Red+Green+Blue) = 241+6+63=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F1063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1063F is #0EF9C0. Grayscale: #525252. Windows color (decimal): -981441 or 4130545. OLE color: 4130545.
HSL color Cylindrical-coordinate representation of color #F1063F: hue angle of 345.45º degrees, saturation: 0.95, 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 #F1063F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 63 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.05 |
| HSL | 345.45º | 0.95% | 0.48% | - |
| HSV(B) | 345.45º | 0.98% | 0.95% | - |
| XYZ | 37.24 | 19.19 | 6.44 | - |
| YUV | 82.76 | 116.86 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 63 | 0 | 0.98 | 0.74 | 0.05 | 345.45 | 0.95 | 0.48 |
| Hex | F1 | 6 | 3F | 0 | 62 | 4A | 5 | 159 | 5F | 30 |
| Octal | 361 | 6 | 77 | 0 | 142 | 112 | 5 | 531 | 137 | 60 |
| Binary | 11110001 | 110 | 111111 | 0 | 1100010 | 1001010 | 101 | 101011001 | 1011111 | 110000 |
Color Harmonies of #F1063F
Complementary color
Monochromatic Colors of #F1063F
Black with #F1063F
Text Example
Text Example
White with #F1063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1063F; }
p { color: rgb(241,6,63); }
H1.HeaderClassName
{
color: #F1063F;
}
.AnyTagClassName
{
color: #F1063F;
}
</style>
background-color css
<style>
a { background-color: #F1063F; }
a { background-color: rgb(241,6,63); }
div.DivClassName
{
background-color: #F1063F;
}
.BgClassName
{
background-color: #F1063F;
}
</style>
border-color css
<style>
span { border-color: #F1063F; }
span { border-color: rgb(241,6,63); }
td.TdClassName
{
border-color: #F1063F;
}
.TagClassName
{
border-color: #F1063F;
}
</style>