Shades of Torch Red #F1063A
Tints of Torch Red #F1063A
RGB
CMYK
RGB Variations
Color information
#F1063A (or 0xF1063A) is known color: Torch Red. HEX triplet: F1, 06 and 3A. RGB value is (241,6,58). Sum of RGB (Red+Green+Blue) = 241+6+58=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F1063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1063A is #0EF9C5. Grayscale: #525252. Windows color (decimal): -981446 or 3802865. OLE color: 3802865.
HSL color Cylindrical-coordinate representation of color #F1063A: hue angle of 346.72º 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 #F1063A is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 58 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.05 |
| HSL | 346.72º | 0.95% | 0.48% | - |
| HSV(B) | 346.72º | 0.98% | 0.95% | - |
| XYZ | 37.1 | 19.14 | 5.74 | - |
| YUV | 82.19 | 114.36 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 58 | 0 | 0.98 | 0.76 | 0.05 | 346.72 | 0.95 | 0.48 |
| Hex | F1 | 6 | 3A | 0 | 62 | 4C | 5 | 15B | 5F | 30 |
| Octal | 361 | 6 | 72 | 0 | 142 | 114 | 5 | 533 | 137 | 60 |
| Binary | 11110001 | 110 | 111010 | 0 | 1100010 | 1001100 | 101 | 101011011 | 1011111 | 110000 |
Color Harmonies of #F1063A
Complementary color
Monochromatic Colors of #F1063A
Black with #F1063A
Text Example
Text Example
White with #F1063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1063A; }
p { color: rgb(241,6,58); }
H1.HeaderClassName
{
color: #F1063A;
}
.AnyTagClassName
{
color: #F1063A;
}
</style>
background-color css
<style>
a { background-color: #F1063A; }
a { background-color: rgb(241,6,58); }
div.DivClassName
{
background-color: #F1063A;
}
.BgClassName
{
background-color: #F1063A;
}
</style>
border-color css
<style>
span { border-color: #F1063A; }
span { border-color: rgb(241,6,58); }
td.TdClassName
{
border-color: #F1063A;
}
.TagClassName
{
border-color: #F1063A;
}
</style>