Shades of Torch Red #F10546
Tints of Torch Red #F10546
RGB
CMYK
RGB Variations
Color information
#F10546 (or 0xF10546) is known color: Torch Red. HEX triplet: F1, 05 and 46. RGB value is (241,5,70). Sum of RGB (Red+Green+Blue) = 241+5+70=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F10546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10546 is #0EFAB9. Grayscale: #525252. Windows color (decimal): -981690 or 4589041. OLE color: 4589041.
HSL color Cylindrical-coordinate representation of color #F10546: hue angle of 343.47º 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 #F10546 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.05 |
| HSL | 343.47º | 0.96% | 0.48% | - |
| HSV(B) | 343.47º | 0.98% | 0.95% | - |
| XYZ | 37.44 | 19.25 | 7.54 | - |
| YUV | 82.97 | 120.69 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 70 | 0 | 0.98 | 0.71 | 0.05 | 343.47 | 0.96 | 0.48 |
| Hex | F1 | 5 | 46 | 0 | 62 | 47 | 5 | 157 | 60 | 30 |
| Octal | 361 | 5 | 106 | 0 | 142 | 107 | 5 | 527 | 140 | 60 |
| Binary | 11110001 | 101 | 1000110 | 0 | 1100010 | 1000111 | 101 | 101010111 | 1100000 | 110000 |
Color Harmonies of #F10546
Complementary color
Monochromatic Colors of #F10546
Black with #F10546
Text Example
Text Example
White with #F10546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10546; }
p { color: rgb(241,5,70); }
H1.HeaderClassName
{
color: #F10546;
}
.AnyTagClassName
{
color: #F10546;
}
</style>
background-color css
<style>
a { background-color: #F10546; }
a { background-color: rgb(241,5,70); }
div.DivClassName
{
background-color: #F10546;
}
.BgClassName
{
background-color: #F10546;
}
</style>
border-color css
<style>
span { border-color: #F10546; }
span { border-color: rgb(241,5,70); }
td.TdClassName
{
border-color: #F10546;
}
.TagClassName
{
border-color: #F10546;
}
</style>